#340018

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

Shades of Blackberry #340018

Tints of Blackberry #340018

Color information

#340018 (or 0x340018) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 18. RGB value is (52,0,24). Sum of RGB (Red+Green+Blue) = 52+0+24=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340018 is #CBFFE7. Grayscale: #121212. Windows color (decimal): -13369320 or 1572916. OLE color: 1572916.

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

Color convert

RGB52024-
CMYK010.540.80
HSL332.31º100%10.2%-
HSV(B)332.31º100%20.39%-
XYZ1.580.80.93-
YUV18.28131.23152.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=68.42%
G=0%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52024010.540.80332.3110010.2
Hex34018064365014c64a
Octal6403001446612051414412
Binary11010001100001100100110110101000010100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340018; }

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

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

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

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

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

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

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

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