Html Css Color HEX #0E1E11 Black Bean

📋 copy color: '#0E1E11'

red 14 ◦ green 30 ◦ blue 17

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

Shades of Black Bean #0E1E11

Tints of Black Bean #0E1E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 49.18%

 BLUE value IS 17 (7.03% from 255) = 27.87%

R = 22.95%
G = 49.18%
B = 27.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#0E1E11 (or 0x0E1E11) is known color: Black Bean. HEX triplet: 0E, 1E and 11. RGB value is (14,30,17). Sum of RGB (Red+Green+Blue) = 14+30+17=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E11 is #F1E1EE. Grayscale: #171717. Windows color (decimal): -15852015 or 1121806. OLE color: 1121806.

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

Color convert

RGB 14 30 17 -
CMYK 0.53 0 0.43 0.88
HSL 131.25º 0.36% 0.09% -
HSV(B) 131.25º 0.53% 0.12% -
XYZ 0.75 1.06 0.7 -
YUV 23.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 14 30 17 0.53 0 0.43 0.88 131.25 0.36 0.09
Hex E 1E 11 35 0 2B 58 83 24 9
Octal 16 36 21 65 0 53 130 203 44 11
Binary 1110 11110 10001 110101 0 101011 1011000 10000011 100100 1001

Color Harmonies of #0E1E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1E11

Black with #0E1E11

Text Example


Text Example

White with #0E1E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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