#390A29

Color #390A29 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #390A29

Tints of Blackberry #390A29

Color information

#390A29 (or 0x390A29) is unknown color: approx Blackberry. HEX triplet: 39, 0A and 29. RGB value is (57,10,41). Sum of RGB (Red+Green+Blue) = 57+10+41=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #390A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A29 is #C6F5D6. Grayscale: #1B1B1B. Windows color (decimal): -13039063 or 2689593. OLE color: 2689593.

HSL color Cylindrical-coordinate representation of color #390A29: hue angle of 320.43º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A29 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB571041-
CMYK00.820.280.78
HSL320.43º70.15%13.14%-
HSV(B)320.43º82.46%22.35%-
XYZ2.21.252.22-
YUV27.59135.57148.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=52.78%
G=9.26%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57104100.820.280.78320.4370.1513.14
Hex39A290521C4E14046d
Octal71125101223411650010615
Binary11100110101010010101001011100100111010100000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A29; }

 p { color: rgb(57,10,41); }

 H1.HeaderClassName
 {
   color: #390A29;
 }
 .AnyTagClassName
 {
   color: #390A29;
 }
</style>
background-color css

<style>
 a { background-color: #390A29; }

 a { background-color: rgb(57,10,41); }

 div.DivClassName
 {
   background-color: #390A29;
 }
 .BgClassName
 {
   background-color: #390A29;
 }
</style>
border-color css

<style>
 span { border-color: #390A29; }

 span { border-color: rgb(57,10,41); }

 td.TdClassName
 {
   border-color: #390A29;
 }
 .TagClassName
 {
   border-color: #390A29;
 }
</style>