#340520

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

Shades of Blackberry #340520

Tints of Blackberry #340520

Color information

#340520 (or 0x340520) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 20. RGB value is (52,5,32). Sum of RGB (Red+Green+Blue) = 52+5+32=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340520 is #CBFADF. Grayscale: #161616. Windows color (decimal): -13368032 or 2098484. OLE color: 2098484.

HSL color Cylindrical-coordinate representation of color #340520: hue angle of 325.53º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340520 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB52532-
CMYK00.900.380.80
HSL325.53º82.46%11.18%-
HSV(B)325.53º90.38%20.39%-
XYZ1.730.941.46-
YUV22.13133.57149.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=58.43%
G=5.62%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5253200.900.380.80325.5382.4611.18
Hex3452005A265014652b
Octal6454001324612050612213
Binary11010010110000001011010100110101000010100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340520; }

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

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

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

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

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

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

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

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