#390225

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

Shades of Blackberry #390225

Tints of Blackberry #390225

Color information

#390225 (or 0x390225) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 25. RGB value is (57,2,37). Sum of RGB (Red+Green+Blue) = 57+2+37=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390225 is #C6FDDA. Grayscale: #161616. Windows color (decimal): -13041115 or 2425401. OLE color: 2425401.

HSL color Cylindrical-coordinate representation of color #390225: hue angle of 321.82º 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 #390225 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB57237-
CMYK00.960.350.78
HSL321.82º93.22%11.57%-
HSV(B)321.82º96.49%22.35%-
XYZ2.041.051.84-
YUV22.44136.22152.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=59.38%
G=2.08%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723700.960.350.78321.8293.2211.57
Hex39225060234E1425dc
Octal7124501404311650213514
Binary1110011010010101100000100011100111010100001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390225; }

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

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

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

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

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

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

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

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