#341529

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

Shades of Blackberry #341529

Tints of Blackberry #341529

Color information

#341529 (or 0x341529) is unknown color: approx Blackberry. HEX triplet: 34, 15 and 29. RGB value is (52,21,41). Sum of RGB (Red+Green+Blue) = 52+21+41=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341529 is #CBEAD6. Grayscale: #202020. Windows color (decimal): -13363927 or 2692404. OLE color: 2692404.

HSL color Cylindrical-coordinate representation of color #341529: hue angle of 321.29º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341529 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB522141-
CMYK00.600.210.80
HSL321.29º42.47%14.31%-
HSV(B)321.29º59.62%20.39%-
XYZ2.081.432.26-
YUV32.55132.77141.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=45.61%
G=18.42%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52214100.600.210.80321.2942.4714.31
Hex34152903C15501412ae
Octal642551074251205015216
Binary1101001010110100101111001010110100001010000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341529; }

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

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

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

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

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

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

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

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