#390E29

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

Shades of Blackberry #390E29

Tints of Blackberry #390E29

Color information

#390E29 (or 0x390E29) is unknown color: approx Blackberry. HEX triplet: 39, 0E and 29. RGB value is (57,14,41). Sum of RGB (Red+Green+Blue) = 57+14+41=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #390E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E29 is #C6F1D6. Grayscale: #1D1D1D. Windows color (decimal): -13038039 or 2690617. OLE color: 2690617.

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

Color convert

RGB571441-
CMYK00.750.280.78
HSL322.33º60.56%13.92%-
HSV(B)322.33º75.44%22.35%-
XYZ2.241.342.24-
YUV29.94134.25147.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=50.89%
G=12.5%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57144100.750.280.78322.3360.5613.92
Hex39E2904B1C4E1423de
Octal7116510113341165027516
Binary1110011110101001010010111110010011101010000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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