#0C140C

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

Shades of Black Bean #0C140C

Tints of Black Bean #0C140C

Color information

#0C140C (or 0x0C140C) is unknown color: approx Black Bean. HEX triplet: 0C, 14 and 0C. RGB value is (12,20,12). Sum of RGB (Red+Green+Blue) = 12+20+12=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #0C140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C140C is #F3EBF3. Grayscale: #101010. Windows color (decimal): -15985652 or 791564. OLE color: 791564.

HSL color Cylindrical-coordinate representation of color #0C140C: hue angle of 120º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C140C is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB122012-
CMYK0.4000.400.92
HSL120º25%6.27%-
HSV(B)120º40%7.84%-
XYZ0.470.610.44-
YUV16.7125.35124.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1220120.4000.400.92120256.27
HexC14C280285C78196
Octal14241450050134170316
Binary110010100110010100001010001011100111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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