#0C160E

Color #0C160E Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #0C160E

Tints of Black Bean #0C160E

Color information

#0C160E (or 0x0C160E) is unknown color: approx Black Bean. HEX triplet: 0C, 16 and 0E. RGB value is (12,22,14). Sum of RGB (Red+Green+Blue) = 12+22+14=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #0C160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C160E is #F3E9F1. Grayscale: #121212. Windows color (decimal): -15985138 or 923148. OLE color: 923148.

HSL color Cylindrical-coordinate representation of color #0C160E: hue angle of 132º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C160E is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB122214-
CMYK0.4500.360.91
HSL132º29.41%6.67%-
HSV(B)132º45.45%8.63%-
XYZ0.520.680.52-
YUV18.1125.69123.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 45.83%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=25%
G=45.83%
B=29.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1222140.4500.360.9113229.416.67
HexC16E2D0245B841d7
Octal14261655044133204357
Binary1100101101110101101010010010110111000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C160E; }

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

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

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

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

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

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

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

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