#340016

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

Shades of Blackberry #340016

Tints of Blackberry #340016

Color information

#340016 (or 0x340016) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 16. RGB value is (52,0,22). Sum of RGB (Red+Green+Blue) = 52+0+22=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340016 is #CBFFE9. Grayscale: #121212. Windows color (decimal): -13369322 or 1441844. OLE color: 1441844.

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

Color convert

RGB52022-
CMYK010.580.80
HSL334.62º100%10.2%-
HSV(B)334.62º100%20.39%-
XYZ1.560.790.83-
YUV18.06130.23152.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 70.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=70.27%
G=0%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52022010.580.80334.6210010.2
Hex340160643A5014f64a
Octal6402601447212051714412
Binary11010001011001100100111010101000010100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340016; }

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

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

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

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

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

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

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

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