#390624

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

Shades of Blackberry #390624

Tints of Blackberry #390624

Color information

#390624 (or 0x390624) is unknown color: approx Blackberry. HEX triplet: 39, 06 and 24. RGB value is (57,6,36). Sum of RGB (Red+Green+Blue) = 57+6+36=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390624 is #C6F9DB. Grayscale: #181818. Windows color (decimal): -13040092 or 2360889. OLE color: 2360889.

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

Color convert

RGB57636-
CMYK00.890.370.78
HSL324.71º80.95%12.35%-
HSV(B)324.71º89.47%22.35%-
XYZ2.071.131.78-
YUV24.67134.4151.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=57.58%
G=6.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5763600.890.370.78324.7180.9512.35
Hex39624059254E14551c
Octal7164401314511650512114
Binary11100111010010001011001100101100111010100010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390624; }

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

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

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

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

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

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

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

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