#34081A

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

Shades of Blackberry #34081A

Tints of Blackberry #34081A

Color information

#34081A (or 0x34081A) is unknown color: approx Blackberry. HEX triplet: 34, 08 and 1A. RGB value is (52,8,26). Sum of RGB (Red+Green+Blue) = 52+8+26=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #34081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34081A is #CBF7E5. Grayscale: #171717. Windows color (decimal): -13367270 or 1706036. OLE color: 1706036.

HSL color Cylindrical-coordinate representation of color #34081A: hue angle of 335.45º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34081A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB52826-
CMYK00.850.500.80
HSL335.45º73.33%11.76%-
HSV(B)335.45º84.62%20.39%-
XYZ1.690.981.08-
YUV23.21129.58148.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=60.47%
G=9.30%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5282600.850.500.80335.4573.3311.76
Hex3481A055325014f49c
Octal64103201256212051711114
Binary11010010001101001010101110010101000010100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34081A; }

 p { color: rgb(52,8,26); }

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

<style>
 a { background-color: #34081A; }

 a { background-color: rgb(52,8,26); }

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

<style>
 span { border-color: #34081A; }

 span { border-color: rgb(52,8,26); }

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