#0C180D

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

Shades of Black Bean #0C180D

Tints of Black Bean #0C180D

Color information

#0C180D (or 0x0C180D) is unknown color: approx Black Bean. HEX triplet: 0C, 18 and 0D. RGB value is (12,24,13). Sum of RGB (Red+Green+Blue) = 12+24+13=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0C180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C180D is #F3E7F2. Grayscale: #131313. Windows color (decimal): -15984627 or 858124. OLE color: 858124.

HSL color Cylindrical-coordinate representation of color #0C180D: hue angle of 125º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C180D is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB122413-
CMYK0.5000.460.91
HSL125º33.33%7.06%-
HSV(B)125º50%9.41%-
XYZ0.550.760.5-
YUV19.16124.52122.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=24.49%
G=48.98%
B=26.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1224130.5000.460.9112533.337.06
HexC18D3202E5B7d217
Octal14301562056133175417
Binary1100110001101110010010111010110111111101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,13); }

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

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

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

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

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

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

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