#341824

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

Shades of Blackberry #341824

Tints of Blackberry #341824

Color information

#341824 (or 0x341824) is unknown color: approx Blackberry. HEX triplet: 34, 18 and 24. RGB value is (52,24,36). Sum of RGB (Red+Green+Blue) = 52+24+36=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #341824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341824 is #CBE7DB. Grayscale: #212121. Windows color (decimal): -13363164 or 2365492. OLE color: 2365492.

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

Color convert

RGB522436-
CMYK00.540.310.80
HSL334.29º36.84%14.9%-
HSV(B)334.29º53.85%20.39%-
XYZ2.061.511.85-
YUV33.74129.28141.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=46.43%
G=21.43%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52243600.540.310.80334.2936.8414.9
Hex3418240361F5014e25f
Octal643044066371205164517
Binary1101001100010010001101101111110100001010011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341824; }

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

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

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

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

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

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

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

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