#34051A

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

Shades of Blackberry #34051A

Tints of Blackberry #34051A

Color information

#34051A (or 0x34051A) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 1A. RGB value is (52,5,26). Sum of RGB (Red+Green+Blue) = 52+5+26=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34051A is #CBFAE5. Grayscale: #151515. Windows color (decimal): -13368038 or 1705268. OLE color: 1705268.

HSL color Cylindrical-coordinate representation of color #34051A: hue angle of 333.19º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34051A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB52526-
CMYK00.900.500.80
HSL333.19º82.46%11.18%-
HSV(B)333.19º90.38%20.39%-
XYZ1.660.911.07-
YUV21.45130.57149.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=62.65%
G=6.02%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5252600.900.500.80333.1982.4611.18
Hex3451A05A325014d52b
Octal6453201326212051512213
Binary1101001011101001011010110010101000010100110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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