#16040E

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

Shades of Blackberry #16040E

Tints of Blackberry #16040E

Color information

#16040E (or 0x16040E) is unknown color: approx Blackberry. HEX triplet: 16, 04 and 0E. RGB value is (22,4,14). Sum of RGB (Red+Green+Blue) = 22+4+14=40 (5% of max value = 765). Red value is 22 (8.98% from 255 or 55% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 22 - color contains mainly: red. Hex color #16040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16040E is #E9FBF1. Grayscale: #0A0A0A. Windows color (decimal): -15334386 or 918550. OLE color: 918550.

HSL color Cylindrical-coordinate representation of color #16040E: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16040E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB22414-
CMYK00.820.360.91
HSL326.67º69.23%5.1%-
HSV(B)326.67º81.82%8.63%-
XYZ0.450.290.45-
YUV10.52129.96136.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 55%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 14 (5.86% from 255) = 35%
R=55%
G=10%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2241400.820.360.91326.6769.235.1
Hex164E052245B147455
Octal264160122441335071055
Binary1011010011100101001010010010110111010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16040E; }

 p { color: rgb(22,4,14); }

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

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

 a { background-color: rgb(22,4,14); }

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

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

 span { border-color: rgb(22,4,14); }

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