#16010D

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

Shades of Blackberry #16010D

Tints of Blackberry #16010D

Color information

#16010D (or 0x16010D) is unknown color: approx Blackberry. HEX triplet: 16, 01 and 0D. RGB value is (22,1,13). Sum of RGB (Red+Green+Blue) = 22+1+13=36 (4% of max value = 765). Red value is 22 (8.98% from 255 or 61.11% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 22 - color contains mainly: red. Hex color #16010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16010D is #E9FEF2. Grayscale: #080808. Windows color (decimal): -15335155 or 852246. OLE color: 852246.

HSL color Cylindrical-coordinate representation of color #16010D: hue angle of 325.71º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16010D is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB22113-
CMYK00.950.410.91
HSL325.71º91.3%4.51%-
HSV(B)325.71º95.45%8.63%-
XYZ0.410.220.4-
YUV8.65130.46137.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 61.11%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 13 (5.47% from 255) = 36.11%
R=61.11%
G=2.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2211300.950.410.91325.7191.34.51
Hex161D05F295B1465b5
Octal261150137511335061335
Binary10110111010101111110100110110111010001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16010D; }

 p { color: rgb(22,1,13); }

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

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

 a { background-color: rgb(22,1,13); }

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

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

 span { border-color: rgb(22,1,13); }

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