#340A20

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

Shades of Blackberry #340A20

Tints of Blackberry #340A20

Color information

#340A20 (or 0x340A20) is unknown color: approx Blackberry. HEX triplet: 34, 0A and 20. RGB value is (52,10,32). Sum of RGB (Red+Green+Blue) = 52+10+32=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A20 is #CBF5DF. Grayscale: #191919. Windows color (decimal): -13366752 or 2099764. OLE color: 2099764.

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

Color convert

RGB521032-
CMYK00.810.380.80
HSL328.57º67.74%12.16%-
HSV(B)328.57º80.77%20.39%-
XYZ1.791.051.48-
YUV25.07131.91147.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=55.32%
G=10.64%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52103200.810.380.80328.5767.7412.16
Hex34A20051265014944c
Octal64124001214612051110414
Binary110100101010000001010001100110101000010100100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A20; }

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

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

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

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

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

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

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

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