#341424

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

Shades of Blackberry #341424

Tints of Blackberry #341424

Color information

#341424 (or 0x341424) is unknown color: approx Blackberry. HEX triplet: 34, 14 and 24. RGB value is (52,20,36). Sum of RGB (Red+Green+Blue) = 52+20+36=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341424 is #CBEBDB. Grayscale: #1F1F1F. Windows color (decimal): -13364188 or 2364468. OLE color: 2364468.

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

Color convert

RGB522036-
CMYK00.620.310.80
HSL330º44.44%14.12%-
HSV(B)330º61.54%20.39%-
XYZ1.981.361.83-
YUV31.39130.6142.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52203600.620.310.8033044.4414.12
Hex34142403E1F5014a2ce
Octal642444076371205125416
Binary1101001010010010001111101111110100001010010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341424; }

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

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

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

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

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

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

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

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