#0C130C

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

Shades of Black Bean #0C130C

Tints of Black Bean #0C130C

Color information

#0C130C (or 0x0C130C) is unknown color: approx Black Bean. HEX triplet: 0C, 13 and 0C. RGB value is (12,19,12). Sum of RGB (Red+Green+Blue) = 12+19+12=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130C is #F3ECF3. Grayscale: #101010. Windows color (decimal): -15985908 or 791308. OLE color: 791308.

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

Color convert

RGB121912-
CMYK0.3700.370.93
HSL120º22.58%6.08%-
HSV(B)120º36.84%7.45%-
XYZ0.450.570.43-
YUV16.11125.68125.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=27.91%
G=44.19%
B=27.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1219120.3700.370.9312022.586.08
HexC13C250255D78176
Octal14231445045135170276
Binary110010011110010010101001011011101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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