#341828

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

Shades of Blackberry #341828

Tints of Blackberry #341828

Color information

#341828 (or 0x341828) is unknown color: approx Blackberry. HEX triplet: 34, 18 and 28. RGB value is (52,24,40). Sum of RGB (Red+Green+Blue) = 52+24+40=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341828 is #CBE7D7. Grayscale: #222222. Windows color (decimal): -13363160 or 2627636. OLE color: 2627636.

HSL color Cylindrical-coordinate representation of color #341828: hue angle of 325.71º 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 #341828 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB522440-
CMYK00.540.230.80
HSL325.71º36.84%14.9%-
HSV(B)325.71º53.85%20.39%-
XYZ2.131.542.19-
YUV34.2131.28140.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=44.83%
G=20.69%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52244000.540.230.80325.7136.8414.9
Hex341828036175014625f
Octal643050066271205064517
Binary1101001100010100001101101011110100001010001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341828; }

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

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

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

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

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

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

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

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