#0C130E

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

Shades of Black Bean #0C130E

Tints of Black Bean #0C130E

Color information

#0C130E (or 0x0C130E) is unknown color: approx Black Bean. HEX triplet: 0C, 13 and 0E. RGB value is (12,19,14). Sum of RGB (Red+Green+Blue) = 12+19+14=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130E is #F3ECF1. Grayscale: #101010. Windows color (decimal): -15985906 or 922380. OLE color: 922380.

HSL color Cylindrical-coordinate representation of color #0C130E: hue angle of 137.14º 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 #0C130E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB121914-
CMYK0.3700.260.93
HSL137.14º22.58%6.08%-
HSV(B)137.14º36.84%7.45%-
XYZ0.460.580.5-
YUV16.34126.68124.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 14 (5.86% from 255) = 31.11%
R=26.67%
G=42.22%
B=31.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1219140.3700.260.93137.1422.586.08
HexC13E2501A5D89176
Octal14231645032135211276
Binary110010011111010010101101010111011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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