#390C29

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

Shades of Blackberry #390C29

Tints of Blackberry #390C29

Color information

#390C29 (or 0x390C29) is unknown color: approx Blackberry. HEX triplet: 39, 0C and 29. RGB value is (57,12,41). Sum of RGB (Red+Green+Blue) = 57+12+41=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C29 is #C6F3D6. Grayscale: #1C1C1C. Windows color (decimal): -13038551 or 2690105. OLE color: 2690105.

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

Color convert

RGB571241-
CMYK00.790.280.78
HSL321.33º65.22%13.53%-
HSV(B)321.33º78.95%22.35%-
XYZ2.221.292.23-
YUV28.76134.91148.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=51.82%
G=10.91%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57124100.790.280.78321.3365.2213.53
Hex39C2904F1C4E14141e
Octal71145101173411650110116
Binary11100111001010010100111111100100111010100000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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