#34031B

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

Shades of Blackberry #34031B

Tints of Blackberry #34031B

Color information

#34031B (or 0x34031B) is unknown color: approx Blackberry. HEX triplet: 34, 03 and 1B. RGB value is (52,3,27). Sum of RGB (Red+Green+Blue) = 52+3+27=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34031B is #CBFCE4. Grayscale: #141414. Windows color (decimal): -13368549 or 1770292. OLE color: 1770292.

HSL color Cylindrical-coordinate representation of color #34031B: hue angle of 330.61º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34031B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB52327-
CMYK00.940.480.80
HSL330.61º89.09%10.78%-
HSV(B)330.61º94.23%20.39%-
XYZ1.650.871.12-
YUV20.39131.73150.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=63.41%
G=3.66%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5232700.940.480.80330.6189.0910.78
Hex3431B05E305014b59b
Octal6433301366012051313113
Binary110100111101101011110110000101000010100101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34031B; }

 p { color: rgb(52,3,27); }

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

<style>
 a { background-color: #34031B; }

 a { background-color: rgb(52,3,27); }

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

<style>
 span { border-color: #34031B; }

 span { border-color: rgb(52,3,27); }

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