#390324

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

Shades of Blackberry #390324

Tints of Blackberry #390324

Color information

#390324 (or 0x390324) is unknown color: approx Blackberry. HEX triplet: 39, 03 and 24. RGB value is (57,3,36). Sum of RGB (Red+Green+Blue) = 57+3+36=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390324 is #C6FCDB. Grayscale: #161616. Windows color (decimal): -13040860 or 2360121. OLE color: 2360121.

HSL color Cylindrical-coordinate representation of color #390324: hue angle of 323.33º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390324 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB57336-
CMYK00.950.370.78
HSL323.33º90%11.76%-
HSV(B)323.33º94.74%22.35%-
XYZ2.041.061.77-
YUV22.91135.39152.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=59.38%
G=3.12%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5733600.950.370.78323.339011.76
Hex3932405F254E1435ac
Octal7134401374511650313214
Binary1110011110010001011111100101100111010100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390324; }

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

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

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

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

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

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

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

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