#341A28

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

Shades of Blackberry #341A28

Tints of Blackberry #341A28

Color information

#341A28 (or 0x341A28) is unknown color: approx Blackberry. HEX triplet: 34, 1A and 28. RGB value is (52,26,40). Sum of RGB (Red+Green+Blue) = 52+26+40=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A28 is #CBE5D7. Grayscale: #232323. Windows color (decimal): -13362648 or 2628148. OLE color: 2628148.

HSL color Cylindrical-coordinate representation of color #341A28: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A28 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB522640-
CMYK00.500.230.80
HSL327.69º33.33%15.29%-
HSV(B)327.69º50%20.39%-
XYZ2.171.622.21-
YUV35.37130.61139.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=44.07%
G=22.03%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52264000.500.230.80327.6933.3315.29
Hex341A28032175014821f
Octal643250062271205104117
Binary1101001101010100001100101011110100001010010001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,26,40); }

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

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

 a { background-color: rgb(52,26,40); }

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

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

 span { border-color: rgb(52,26,40); }

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