#340518

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

Shades of Blackberry #340518

Tints of Blackberry #340518

Color information

#340518 (or 0x340518) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 18. RGB value is (52,5,24). Sum of RGB (Red+Green+Blue) = 52+5+24=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340518 is #CBFAE7. Grayscale: #151515. Windows color (decimal): -13368040 or 1574196. OLE color: 1574196.

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

Color convert

RGB52524-
CMYK00.900.540.80
HSL335.74º82.46%11.18%-
HSV(B)335.74º90.38%20.39%-
XYZ1.640.90.95-
YUV21.22129.57149.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=64.20%
G=6.17%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5252400.900.540.80335.7482.4611.18
Hex3451805A365015052b
Octal6453001326612052012213
Binary1101001011100001011010110110101000010101000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340518; }

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

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

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

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

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

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

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

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