#390D24

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

Shades of Blackberry #390D24

Tints of Blackberry #390D24

Color information

#390D24 (or 0x390D24) is unknown color: approx Blackberry. HEX triplet: 39, 0D and 24. RGB value is (57,13,36). Sum of RGB (Red+Green+Blue) = 57+13+36=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D24 is #C6F2DB. Grayscale: #1C1C1C. Windows color (decimal): -13038300 or 2362681. OLE color: 2362681.

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

Color convert

RGB571336-
CMYK00.770.370.78
HSL328.64º62.86%13.73%-
HSV(B)328.64º77.19%22.35%-
XYZ2.151.291.8-
YUV28.78132.08148.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=53.77%
G=12.26%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57133600.770.370.78328.6462.8613.73
Hex39D2404D254E1493fe
Octal7115440115451165117716
Binary11100111011001000100110110010110011101010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,36); }

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

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

 a { background-color: rgb(57,13,36); }

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

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

 span { border-color: rgb(57,13,36); }

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