#3B0222

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

Shades of Blackberry #3B0222

Tints of Blackberry #3B0222

Color information

#3B0222 (or 0x3B0222) is unknown color: approx Blackberry. HEX triplet: 3B, 02 and 22. RGB value is (59,2,34). Sum of RGB (Red+Green+Blue) = 59+2+34=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0222 is #C4FDDD. Grayscale: #161616. Windows color (decimal): -12910046 or 2228795. OLE color: 2228795.

HSL color Cylindrical-coordinate representation of color #3B0222: hue angle of 326.32º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0222 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.77.

Color convert

RGB59234-
CMYK00.970.420.77
HSL326.32º93.44%11.96%-
HSV(B)326.32º96.61%23.14%-
XYZ2.111.091.61-
YUV22.69134.38153.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=62.11%
G=2.11%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5923400.970.420.77326.3293.4411.96
Hex3B2220612A4D1465dc
Octal7324201415211550613514
Binary1110111010001001100001101010100110110100011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0222; }

 p { color: rgb(59,2,34); }

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

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

 a { background-color: rgb(59,2,34); }

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

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

 span { border-color: rgb(59,2,34); }

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