#390F24

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

Shades of Blackberry #390F24

Tints of Blackberry #390F24

Color information

#390F24 (or 0x390F24) is unknown color: approx Blackberry. HEX triplet: 39, 0F and 24. RGB value is (57,15,36). Sum of RGB (Red+Green+Blue) = 57+15+36=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #390F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F24 is #C6F0DB. Grayscale: #1D1D1D. Windows color (decimal): -13037788 or 2363193. OLE color: 2363193.

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

Color convert

RGB571536-
CMYK00.740.370.78
HSL330º58.33%14.12%-
HSV(B)330º73.68%22.35%-
XYZ2.181.341.81-
YUV29.95131.41147.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=52.78%
G=13.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57153600.740.370.7833058.3314.12
Hex39F2404A254E14a3ae
Octal7117440112451165127216
Binary11100111111001000100101010010110011101010010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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