#3B0321

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

Shades of Blackberry #3B0321

Tints of Blackberry #3B0321

Color information

#3B0321 (or 0x3B0321) is unknown color: approx Blackberry. HEX triplet: 3B, 03 and 21. RGB value is (59,3,33). Sum of RGB (Red+Green+Blue) = 59+3+33=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0321 is #C4FCDE. Grayscale: #171717. Windows color (decimal): -12909791 or 2163515. OLE color: 2163515.

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

Color convert

RGB59333-
CMYK00.950.440.77
HSL327.86º90.32%12.16%-
HSV(B)327.86º94.92%23.14%-
XYZ2.111.11.54-
YUV23.16133.55153.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=62.11%
G=3.16%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5933300.950.440.77327.8690.3212.16
Hex3B32105F2C4D1485ac
Octal7334101375411551013214
Binary1110111110000101011111101100100110110100100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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