#390024

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

Shades of Blackberry #390024

Tints of Blackberry #390024

Color information

#390024 (or 0x390024) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 24. RGB value is (57,0,36). Sum of RGB (Red+Green+Blue) = 57+0+36=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #390024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390024 is #C6FFDB. Grayscale: #151515. Windows color (decimal): -13041628 or 2359353. OLE color: 2359353.

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

Color convert

RGB57036-
CMYK010.370.78
HSL322.11º100%11.18%-
HSV(B)322.11º100%22.35%-
XYZ2.0111.76-
YUV21.15136.38153.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=61.29%
G=0%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57036010.370.78322.1110011.18
Hex39024064254E14264b
Octal7104401444511650214413
Binary111001010010001100100100101100111010100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390024; }

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

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

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

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

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

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

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

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