#3B0F32

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

Shades of Blackberry #3B0F32

Tints of Blackberry #3B0F32

Color information

#3B0F32 (or 0x3B0F32) is unknown color: approx Blackberry. HEX triplet: 3B, 0F and 32. RGB value is (59,15,50). Sum of RGB (Red+Green+Blue) = 59+15+50=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F32 is #C4F0CD. Grayscale: #202020. Windows color (decimal): -12906702 or 3280699. OLE color: 3280699.

HSL color Cylindrical-coordinate representation of color #3B0F32: hue angle of 312.27º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F32 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB591550-
CMYK00.750.150.77
HSL312.27º59.46%14.51%-
HSV(B)312.27º74.58%23.14%-
XYZ2.551.53.17-
YUV32.15138.08147.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=47.58%
G=12.10%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59155000.750.150.77312.2759.4614.51
Hex3BF3204BF4D1383bf
Octal7317620113171154707317
Binary111011111111001001001011111110011011001110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,15,50); }

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

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

 a { background-color: rgb(59,15,50); }

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

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

 span { border-color: rgb(59,15,50); }

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