#3B032D

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

Shades of Blackberry #3B032D

Tints of Blackberry #3B032D

Color information

#3B032D (or 0x3B032D) is unknown color: approx Blackberry. HEX triplet: 3B, 03 and 2D. RGB value is (59,3,45). Sum of RGB (Red+Green+Blue) = 59+3+45=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B032D is #C4FCD2. Grayscale: #181818. Windows color (decimal): -12909779 or 2949947. OLE color: 2949947.

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

Color convert

RGB59345-
CMYK00.950.240.77
HSL315º90.32%12.16%-
HSV(B)315º94.92%23.14%-
XYZ2.311.182.59-
YUV24.53139.55152.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=55.14%
G=2.80%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5934500.950.240.7731590.3212.16
Hex3B32D05F184D13b5ac
Octal7335501373011547313214
Binary111011111011010101111111000100110110011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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