#0C110C

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

Shades of Black Bean #0C110C

Tints of Black Bean #0C110C

Color information

#0C110C (or 0x0C110C) is unknown color: approx Black Bean. HEX triplet: 0C, 11 and 0C. RGB value is (12,17,12). Sum of RGB (Red+Green+Blue) = 12+17+12=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110C is #F3EEF3. Grayscale: #0E0E0E. Windows color (decimal): -15986420 or 790796. OLE color: 790796.

HSL color Cylindrical-coordinate representation of color #0C110C: hue angle of 120º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C110C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB121712-
CMYK0.2900.290.93
HSL120º17.24%5.69%-
HSV(B)120º29.41%6.67%-
XYZ0.420.510.42-
YUV14.94126.34125.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=29.27%
G=41.46%
B=29.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1217120.2900.290.9312017.245.69
HexC11C1D01D5D78116
Octal14211435035135170216
Binary1100100011100111010111011011101111100010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,17,12); }

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

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

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

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

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

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

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