Html Css Color HEX #0E110E Black Bean

📋 copy color: '#0E110E'

red 14 ◦ green 17 ◦ blue 14

#0E110E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #0E110E

Tints of Black Bean #0E110E

RGB

 RED value IS 14 (5.86% from 255) = 31.11%

 GREEN value IS 17 (7.03% from 255) = 37.78%

 BLUE value IS 14 (5.86% from 255) = 31.11%

R = 31.11%
G = 37.78%
B = 31.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#0E110E (or 0x0E110E) is known color: Black Bean. HEX triplet: 0E, 11 and 0E. RGB value is (14,17,14). Sum of RGB (Red+Green+Blue) = 14+17+14=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110E is #F1EEF1. Grayscale: #0F0F0F. Windows color (decimal): -15855346 or 921870. OLE color: 921870.

HSL color Cylindrical-coordinate representation of color #0E110E: hue angle of 120º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E110E is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 17 14 -
CMYK 0.18 0 0.18 0.93
HSL 120º 0.1% 0.06% -
HSV(B) 120º 0.18% 0.07% -
XYZ 0.46 0.53 0.49 -
YUV 15.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 14 17 14 0.18 0 0.18 0.93 120 0.1 0.06
Hex E 11 E 12 0 12 5D 78 A 6
Octal 16 21 16 22 0 22 135 170 12 6
Binary 1110 10001 1110 10010 0 10010 1011101 1111000 1010 110

Color Harmonies of #0E110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E110E

Black with #0E110E

Text Example


Text Example

White with #0E110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,14); }

 H1.HeaderClassName
 {
   color: #0E110E;
 }
 .AnyTagClassName
 {
   color: #0E110E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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