#34172A

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

Shades of Blackberry #34172A

Tints of Blackberry #34172A

Color information

#34172A (or 0x34172A) is unknown color: approx Blackberry. HEX triplet: 34, 17 and 2A. RGB value is (52,23,42). Sum of RGB (Red+Green+Blue) = 52+23+42=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172A is #CBE8D5. Grayscale: #212121. Windows color (decimal): -13363414 or 2758452. OLE color: 2758452.

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

Color convert

RGB522342-
CMYK00.560.190.80
HSL320.69º38.67%14.71%-
HSV(B)320.69º55.77%20.39%-
XYZ2.141.512.37-
YUV33.84132.61140.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=44.44%
G=19.66%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52234200.560.190.80320.6938.6714.71
Hex34172A038135014127f
Octal642752070231205014717
Binary1101001011110101001110001001110100001010000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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