#390228

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

Shades of Blackberry #390228

Tints of Blackberry #390228

Color information

#390228 (or 0x390228) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 28. RGB value is (57,2,40). Sum of RGB (Red+Green+Blue) = 57+2+40=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390228 is #C6FDD7. Grayscale: #161616. Windows color (decimal): -13041112 or 2622009. OLE color: 2622009.

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

Color convert

RGB57240-
CMYK00.960.300.78
HSL318.55º93.22%11.57%-
HSV(B)318.55º96.49%22.35%-
XYZ2.091.072.1-
YUV22.78137.72152.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=57.58%
G=2.02%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5724000.960.300.78318.5593.2211.57
Hex392280601E4E13f5dc
Octal7125001403611647713514
Binary111001101010000110000011110100111010011111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390228; }

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

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

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

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

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

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

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

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