#0C170C

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

Shades of Black Bean #0C170C

Tints of Black Bean #0C170C

Color information

#0C170C (or 0x0C170C) is unknown color: approx Black Bean. HEX triplet: 0C, 17 and 0C. RGB value is (12,23,12). Sum of RGB (Red+Green+Blue) = 12+23+12=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #0C170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C170C is #F3E8F3. Grayscale: #121212. Windows color (decimal): -15984884 or 792332. OLE color: 792332.

HSL color Cylindrical-coordinate representation of color #0C170C: hue angle of 120º 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 #0C170C is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB122312-
CMYK0.4800.480.91
HSL120º31.43%6.86%-
HSV(B)120º47.83%9.02%-
XYZ0.520.720.46-
YUV18.46124.36123.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=25.53%
G=48.94%
B=25.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1223120.4800.480.9112031.436.86
HexC17C300305B781f7
Octal14271460060133170377
Binary110010111110011000001100001011011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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