#340118

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

Shades of Blackberry #340118

Tints of Blackberry #340118

Color information

#340118 (or 0x340118) is unknown color: approx Blackberry. HEX triplet: 34, 01 and 18. RGB value is (52,1,24). Sum of RGB (Red+Green+Blue) = 52+1+24=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340118 is #CBFEE7. Grayscale: #121212. Windows color (decimal): -13369064 or 1573172. OLE color: 1573172.

HSL color Cylindrical-coordinate representation of color #340118: hue angle of 332.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340118 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB52124-
CMYK00.980.540.80
HSL332.94º96.23%10.39%-
HSV(B)332.94º98.08%20.39%-
XYZ1.590.820.94-
YUV18.87130.9151.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 67.53%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=67.53%
G=1.30%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5212400.980.540.80332.9496.2310.39
Hex34118062365014d60a
Octal6413001426612051514012
Binary11010011100001100010110110101000010100110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340118; }

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

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

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

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

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

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

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

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