#0C2E10

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

Shades of Black Bean #0C2E10

Tints of Black Bean #0C2E10

Color information

#0C2E10 (or 0x0C2E10) is unknown color: approx Black Bean. HEX triplet: 0C, 2E and 10. RGB value is (12,46,16). Sum of RGB (Red+Green+Blue) = 12+46+16=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2E10 is #F3D1EF. Grayscale: #202020. Windows color (decimal): -15978992 or 1060364. OLE color: 1060364.

HSL color Cylindrical-coordinate representation of color #0C2E10: hue angle of 127.06º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E10 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB124616-
CMYK0.7400.650.82
HSL127.06º58.62%11.37%-
HSV(B)127.06º73.91%18.04%-
XYZ1.222.070.83-
YUV32.41118.74113.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 46 (18.36% from 255) = 62.16%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=16.22%
G=62.16%
B=21.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246160.7400.650.82127.0658.6211.37
HexC2E104A041527f3bb
Octal14562011201011221777313
Binary110010111010000100101001000001101001011111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,46,16); }

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

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

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

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

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

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

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