#3B022F

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

Shades of Blackberry #3B022F

Tints of Blackberry #3B022F

Color information

#3B022F (or 0x3B022F) is unknown color: approx Blackberry. HEX triplet: 3B, 02 and 2F. RGB value is (59,2,47). Sum of RGB (Red+Green+Blue) = 59+2+47=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B022F is #C4FDD0. Grayscale: #181818. Windows color (decimal): -12910033 or 3080763. OLE color: 3080763.

HSL color Cylindrical-coordinate representation of color #3B022F: hue angle of 312.63º 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 #3B022F is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB59247-
CMYK00.970.200.77
HSL312.63º93.44%11.96%-
HSV(B)312.63º96.61%23.14%-
XYZ2.341.182.79-
YUV24.17140.88152.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=54.63%
G=1.85%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5924700.970.200.77312.6393.4411.96
Hex3B22F061144D1395dc
Octal7325701412411547113514
Binary111011101011110110000110100100110110011100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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