#0C180C

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

Shades of Black Bean #0C180C

Tints of Black Bean #0C180C

Color information

#0C180C (or 0x0C180C) is unknown color: approx Black Bean. HEX triplet: 0C, 18 and 0C. RGB value is (12,24,12). Sum of RGB (Red+Green+Blue) = 12+24+12=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #0C180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C180C is #F3E7F3. Grayscale: #131313. Windows color (decimal): -15984628 or 792588. OLE color: 792588.

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

Color convert

RGB122412-
CMYK0.5000.500.91
HSL120º33.33%7.06%-
HSV(B)120º50%9.41%-
XYZ0.540.760.47-
YUV19.04124.02122.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1224120.5000.500.9112033.337.06
HexC18C320325B78217
Octal14301462062133170417
Binary1100110001100110010011001010110111111000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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