#341124

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

Shades of Blackberry #341124

Tints of Blackberry #341124

Color information

#341124 (or 0x341124) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 24. RGB value is (52,17,36). Sum of RGB (Red+Green+Blue) = 52+17+36=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341124 is #CBEEDB. Grayscale: #1D1D1D. Windows color (decimal): -13364956 or 2363700. OLE color: 2363700.

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

Color convert

RGB521736-
CMYK00.670.310.80
HSL327.43º50.72%13.53%-
HSV(B)327.43º67.31%20.39%-
XYZ1.941.261.81-
YUV29.63131.6143.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=49.52%
G=16.19%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52173600.670.310.80327.4350.7213.53
Hex3411240431F5014733e
Octal6421440103371205076316
Binary11010010001100100010000111111110100001010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341124; }

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

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

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

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

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

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

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

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