#0C1F10

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

Shades of Black Bean #0C1F10

Tints of Black Bean #0C1F10

Color information

#0C1F10 (or 0x0C1F10) is unknown color: approx Black Bean. HEX triplet: 0C, 1F and 10. RGB value is (12,31,16). Sum of RGB (Red+Green+Blue) = 12+31+16=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F10 is #F3E0EF. Grayscale: #171717. Windows color (decimal): -15982832 or 1056524. OLE color: 1056524.

HSL color Cylindrical-coordinate representation of color #0C1F10: hue angle of 132.63º 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 #0C1F10 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB123116-
CMYK0.6100.480.88
HSL132.63º44.19%8.43%-
HSV(B)132.63º61.29%12.16%-
XYZ0.741.10.66-
YUV23.61123.71119.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.34%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=20.34%
G=52.54%
B=27.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1231160.6100.480.88132.6344.198.43
HexC1F103D03058852c8
Octal143720750601302055410
Binary1100111111000011110101100001011000100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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