#0C170E

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

Shades of Black Bean #0C170E

Tints of Black Bean #0C170E

Color information

#0C170E (or 0x0C170E) is unknown color: approx Black Bean. HEX triplet: 0C, 17 and 0E. RGB value is (12,23,14). Sum of RGB (Red+Green+Blue) = 12+23+14=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 23 - color contains mainly: green. Hex color #0C170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C170E is #F3E8F1. Grayscale: #121212. Windows color (decimal): -15984882 or 923404. OLE color: 923404.

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

Color convert

RGB122314-
CMYK0.4800.390.91
HSL130.91º31.43%6.86%-
HSV(B)130.91º47.83%9.02%-
XYZ0.540.720.53-
YUV18.68125.36123.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 23 (9.38% from 255) = 46.94%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=24.49%
G=46.94%
B=28.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1223140.4800.390.91130.9131.436.86
HexC17E300275B831f7
Octal14271660047133203377
Binary1100101111110110000010011110110111000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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