#341B29

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

Shades of Blackberry #341B29

Tints of Blackberry #341B29

Color information

#341B29 (or 0x341B29) is unknown color: approx Blackberry. HEX triplet: 34, 1B and 29. RGB value is (52,27,41). Sum of RGB (Red+Green+Blue) = 52+27+41=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B29 is #CBE4D6. Grayscale: #242424. Windows color (decimal): -13362391 or 2693940. OLE color: 2693940.

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

Color convert

RGB522741-
CMYK00.480.210.80
HSL326.4º31.65%15.49%-
HSV(B)326.4º48.08%20.39%-
XYZ2.211.672.3-
YUV36.07130.78139.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=43.33%
G=22.5%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52274100.480.210.80326.431.6515.49
Hex341B29030155014620f
Octal643351060251205064017
Binary1101001101110100101100001010110100001010001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341B29; }

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

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

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

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

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

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

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

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