#0C1F11

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

Shades of Black Bean #0C1F11

Tints of Black Bean #0C1F11

Color information

#0C1F11 (or 0x0C1F11) is unknown color: approx Black Bean. HEX triplet: 0C, 1F and 11. RGB value is (12,31,17). Sum of RGB (Red+Green+Blue) = 12+31+17=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F11 is #F3E0EE. Grayscale: #171717. Windows color (decimal): -15982831 or 1122060. OLE color: 1122060.

HSL color Cylindrical-coordinate representation of color #0C1F11: hue angle of 135.79º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C1F11 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB123117-
CMYK0.6100.450.88
HSL135.79º44.19%8.43%-
HSV(B)135.79º61.29%12.16%-
XYZ0.741.10.7-
YUV23.72124.21119.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 51.67%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=20%
G=51.67%
B=28.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1231170.6100.450.88135.7944.198.43
HexC1F113D02D58882c8
Octal143721750551302105410
Binary1100111111000111110101011011011000100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,31,17); }

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

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

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

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

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

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

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