#390227

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

Shades of Blackberry #390227

Tints of Blackberry #390227

Color information

#390227 (or 0x390227) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 27. RGB value is (57,2,39). Sum of RGB (Red+Green+Blue) = 57+2+39=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #390227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390227 is #C6FDD8. Grayscale: #161616. Windows color (decimal): -13041113 or 2556473. OLE color: 2556473.

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

Color convert

RGB57239-
CMYK00.960.320.78
HSL319.64º93.22%11.57%-
HSV(B)319.64º96.49%22.35%-
XYZ2.081.062.01-
YUV22.66137.22152.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=58.16%
G=2.04%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723900.960.320.78319.6493.2211.57
Hex39227060204E1405dc
Octal7124701404011650013514
Binary1110011010011101100000100000100111010100000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390227; }

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

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

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

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

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

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

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

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