#390226

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

Shades of Blackberry #390226

Tints of Blackberry #390226

Color information

#390226 (or 0x390226) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 26. RGB value is (57,2,38). Sum of RGB (Red+Green+Blue) = 57+2+38=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390226 is #C6FDD9. Grayscale: #161616. Windows color (decimal): -13041114 or 2490937. OLE color: 2490937.

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

Color convert

RGB57238-
CMYK00.960.330.78
HSL320.73º93.22%11.57%-
HSV(B)320.73º96.49%22.35%-
XYZ2.061.051.93-
YUV22.55136.72152.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=58.76%
G=2.06%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723800.960.330.78320.7393.2211.57
Hex39226060214E1415dc
Octal7124601404111650113514
Binary1110011010011001100000100001100111010100000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390226; }

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

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

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

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

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

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

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

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