#3B0320

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

Shades of Blackberry #3B0320

Tints of Blackberry #3B0320

Color information

#3B0320 (or 0x3B0320) is unknown color: approx Blackberry. HEX triplet: 3B, 03 and 20. RGB value is (59,3,32). Sum of RGB (Red+Green+Blue) = 59+3+32=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0320 is #C4FCDF. Grayscale: #161616. Windows color (decimal): -12909792 or 2097979. OLE color: 2097979.

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

Color convert

RGB59332-
CMYK00.950.460.77
HSL328.93º90.32%12.16%-
HSV(B)328.93º94.92%23.14%-
XYZ2.11.11.47-
YUV23.05133.05153.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.77%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=62.77%
G=3.19%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5933200.950.460.77328.9390.3212.16
Hex3B32005F2E4D1495ac
Octal7334001375611551113214
Binary1110111110000001011111101110100110110100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,32); }

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

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

 a { background-color: rgb(59,3,32); }

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

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

 span { border-color: rgb(59,3,32); }

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