#340920

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

Shades of Blackberry #340920

Tints of Blackberry #340920

Color information

#340920 (or 0x340920) is unknown color: approx Blackberry. HEX triplet: 34, 09 and 20. RGB value is (52,9,32). Sum of RGB (Red+Green+Blue) = 52+9+32=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #340920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340920 is #CBF6DF. Grayscale: #181818. Windows color (decimal): -13367008 or 2099508. OLE color: 2099508.

HSL color Cylindrical-coordinate representation of color #340920: hue angle of 327.91º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340920 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB52932-
CMYK00.830.380.80
HSL327.91º70.49%11.96%-
HSV(B)327.91º82.69%20.39%-
XYZ1.771.031.47-
YUV24.48132.25147.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=55.91%
G=9.68%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5293200.830.380.80327.9170.4911.96
Hex34920053265014846c
Octal64114001234612051010614
Binary110100100110000001010011100110101000010100100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340920; }

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

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

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

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

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

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

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

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