#34012A

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

Shades of Blackberry #34012A

Tints of Blackberry #34012A

Color information

#34012A (or 0x34012A) is unknown color: approx Blackberry. HEX triplet: 34, 01 and 2A. RGB value is (52,1,42). Sum of RGB (Red+Green+Blue) = 52+1+42=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34012A is #CBFED5. Grayscale: #141414. Windows color (decimal): -13369046 or 2752820. OLE color: 2752820.

HSL color Cylindrical-coordinate representation of color #34012A: hue angle of 311.76º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34012A is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB52142-
CMYK00.980.190.80
HSL311.76º96.23%10.39%-
HSV(B)311.76º98.08%20.39%-
XYZ1.840.922.27-
YUV20.92139.9150.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=54.74%
G=1.05%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5214200.980.190.80311.7696.2310.39
Hex3412A062135013860a
Octal6415201422312047014012
Binary11010011010100110001010011101000010011100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,1,42); }

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

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

 a { background-color: rgb(52,1,42); }

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

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

 span { border-color: rgb(52,1,42); }

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