#0E1F10

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

Shades of Black Bean #0E1F10

Tints of Black Bean #0E1F10

Color information

#0E1F10 (or 0x0E1F10) is unknown color: approx Black Bean. HEX triplet: 0E, 1F and 10. RGB value is (14,31,16). Sum of RGB (Red+Green+Blue) = 14+31+16=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F10 is #F1E0EF. Grayscale: #181818. Windows color (decimal): -15851760 or 1056526. OLE color: 1056526.

HSL color Cylindrical-coordinate representation of color #0E1F10: hue angle of 127.06º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F10 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB143116-
CMYK0.5500.480.88
HSL127.06º37.78%8.82%-
HSV(B)127.06º54.84%12.16%-
XYZ0.761.110.66-
YUV24.21123.37120.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 31 (12.5% from 255) = 50.82%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=22.95%
G=50.82%
B=26.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1431160.5500.480.88127.0637.788.82
HexE1F1037030587f269
Octal163720670601301774611
Binary111011111100001101110110000101100011111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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