#341029

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

Shades of Blackberry #341029

Tints of Blackberry #341029

Color information

#341029 (or 0x341029) is unknown color: approx Blackberry. HEX triplet: 34, 10 and 29. RGB value is (52,16,41). Sum of RGB (Red+Green+Blue) = 52+16+41=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #341029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341029 is #CBEFD6. Grayscale: #1D1D1D. Windows color (decimal): -13365207 or 2691124. OLE color: 2691124.

HSL color Cylindrical-coordinate representation of color #341029: hue angle of 318.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341029 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB521641-
CMYK00.690.210.80
HSL318.33º52.94%13.33%-
HSV(B)318.33º69.23%20.39%-
XYZ21.262.24-
YUV29.61134.43143.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=47.71%
G=14.68%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52164100.690.210.80318.3352.9413.33
Hex341029045155013e35d
Octal6420510105251204766515
Binary11010010000101001010001011010110100001001111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341029; }

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

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

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

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

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

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

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

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