#0C2C10

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

Shades of Black Bean #0C2C10

Tints of Black Bean #0C2C10

Color information

#0C2C10 (or 0x0C2C10) is unknown color: approx Black Bean. HEX triplet: 0C, 2C and 10. RGB value is (12,44,16). Sum of RGB (Red+Green+Blue) = 12+44+16=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C10 is #F3D3EF. Grayscale: #1F1F1F. Windows color (decimal): -15979504 or 1059852. OLE color: 1059852.

HSL color Cylindrical-coordinate representation of color #0C2C10: hue angle of 127.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2C10 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB124416-
CMYK0.7300.640.83
HSL127.5º57.14%10.98%-
HSV(B)127.5º72.73%17.25%-
XYZ1.151.920.8-
YUV31.24119.4114.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 44 (17.58% from 255) = 61.11%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=16.67%
G=61.11%
B=22.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1244160.7300.640.83127.557.1410.98
HexC2C1049040538039b
Octal14542011101001232007113
Binary1100101100100001001001010000001010011100000001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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