#341829

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

Shades of Blackberry #341829

Tints of Blackberry #341829

Color information

#341829 (or 0x341829) is unknown color: approx Blackberry. HEX triplet: 34, 18 and 29. RGB value is (52,24,41). Sum of RGB (Red+Green+Blue) = 52+24+41=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #341829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341829 is #CBE7D6. Grayscale: #222222. Windows color (decimal): -13363159 or 2693172. OLE color: 2693172.

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

Color convert

RGB522441-
CMYK00.540.210.80
HSL323.57º36.84%14.9%-
HSV(B)323.57º53.85%20.39%-
XYZ2.141.542.28-
YUV34.31131.78140.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=44.44%
G=20.51%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52244100.540.210.80323.5736.8414.9
Hex341829036155014425f
Octal643051066251205044517
Binary1101001100010100101101101010110100001010001001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341829; }

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

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

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

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

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

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

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

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