#341729

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

Shades of Blackberry #341729

Tints of Blackberry #341729

Color information

#341729 (or 0x341729) is unknown color: approx Blackberry. HEX triplet: 34, 17 and 29. RGB value is (52,23,41). Sum of RGB (Red+Green+Blue) = 52+23+41=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341729 is #CBE8D6. Grayscale: #212121. Windows color (decimal): -13363415 or 2692916. OLE color: 2692916.

HSL color Cylindrical-coordinate representation of color #341729: hue angle of 322.76º 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 #341729 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB522341-
CMYK00.560.210.80
HSL322.76º38.67%14.71%-
HSV(B)322.76º55.77%20.39%-
XYZ2.121.52.28-
YUV33.72132.11141.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=44.83%
G=19.83%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52234100.560.210.80322.7638.6714.71
Hex341729038155014327f
Octal642751070251205034717
Binary1101001011110100101110001010110100001010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341729; }

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

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

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

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

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

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

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

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