#0E1710

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

Shades of Black Bean #0E1710

Tints of Black Bean #0E1710

Color information

#0E1710 (or 0x0E1710) is unknown color: approx Black Bean. HEX triplet: 0E, 17 and 10. RGB value is (14,23,16). Sum of RGB (Red+Green+Blue) = 14+23+16=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1710 is #F1E8EF. Grayscale: #131313. Windows color (decimal): -15853808 or 1054478. OLE color: 1054478.

HSL color Cylindrical-coordinate representation of color #0E1710: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1710 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB142316-
CMYK0.3900.300.91
HSL133.33º24.32%7.25%-
HSV(B)133.33º39.13%9.02%-
XYZ0.580.740.6-
YUV19.51126.02124.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.42%
GREEN value IS 23 (9.38% from 255) = 43.40%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=26.42%
G=43.40%
B=30.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1423160.3900.300.91133.3324.327.25
HexE17102701E5B85187
Octal16272047036133205307
Binary1110101111000010011101111010110111000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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