#340420

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

Shades of Blackberry #340420

Tints of Blackberry #340420

Color information

#340420 (or 0x340420) is unknown color: approx Blackberry. HEX triplet: 34, 04 and 20. RGB value is (52,4,32). Sum of RGB (Red+Green+Blue) = 52+4+32=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #340420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340420 is #CBFBDF. Grayscale: #151515. Windows color (decimal): -13368288 or 2098228. OLE color: 2098228.

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

Color convert

RGB52432-
CMYK00.920.380.80
HSL325º85.71%10.98%-
HSV(B)325º92.31%20.39%-
XYZ1.720.921.45-
YUV21.54133.9149.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=59.09%
G=4.55%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5243200.920.380.8032585.7110.98
Hex3442005C265014556b
Octal6444001344612050512613
Binary11010010010000001011100100110101000010100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340420; }

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

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

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

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

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

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

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

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