#390224

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

Shades of Blackberry #390224

Tints of Blackberry #390224

Color information

#390224 (or 0x390224) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 24. RGB value is (57,2,36). Sum of RGB (Red+Green+Blue) = 57+2+36=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390224 is #C6FDDB. Grayscale: #161616. Windows color (decimal): -13041116 or 2359865. OLE color: 2359865.

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

Color convert

RGB57236-
CMYK00.960.370.78
HSL322.91º93.22%11.57%-
HSV(B)322.91º96.49%22.35%-
XYZ2.031.041.76-
YUV22.32135.72152.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=60%
G=2.11%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723600.960.370.78322.9193.2211.57
Hex39224060254E1435dc
Octal7124401404511650313514
Binary1110011010010001100000100101100111010100001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390224; }

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

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

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

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

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

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

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

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