#341224

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

Shades of Blackberry #341224

Tints of Blackberry #341224

Color information

#341224 (or 0x341224) is unknown color: approx Blackberry. HEX triplet: 34, 12 and 24. RGB value is (52,18,36). Sum of RGB (Red+Green+Blue) = 52+18+36=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341224 is #CBEDDB. Grayscale: #1E1E1E. Windows color (decimal): -13364700 or 2363956. OLE color: 2363956.

HSL color Cylindrical-coordinate representation of color #341224: hue angle of 328.24º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341224 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB521836-
CMYK00.650.310.80
HSL328.24º48.57%13.73%-
HSV(B)328.24º65.38%20.39%-
XYZ1.951.291.82-
YUV30.22131.26143.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=49.06%
G=16.98%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52183600.650.310.80328.2448.5713.73
Hex3412240411F5014831e
Octal6422440101371205106116
Binary11010010010100100010000011111110100001010010001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341224; }

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

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

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

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

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

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

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

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