#341120

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

Shades of Blackberry #341120

Tints of Blackberry #341120

Color information

#341120 (or 0x341120) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 20. RGB value is (52,17,32). Sum of RGB (Red+Green+Blue) = 52+17+32=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341120 is #CBEEDF. Grayscale: #1D1D1D. Windows color (decimal): -13364960 or 2101556. OLE color: 2101556.

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

Color convert

RGB521732-
CMYK00.670.380.80
HSL334.29º50.72%13.53%-
HSV(B)334.29º67.31%20.39%-
XYZ1.881.241.51-
YUV29.18129.6144.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 51.49%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=51.49%
G=16.83%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52173200.670.380.80334.2950.7213.53
Hex341120043265014e33e
Octal6421400103461205166316
Binary110100100011000000100001110011010100001010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341120; }

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

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

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

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

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

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

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

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