Html Css Color HEX #0E1C11 Black Bean

📋 copy color: '#0E1C11'

red 14 ◦ green 28 ◦ blue 17

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

Shades of Black Bean #0E1C11

Tints of Black Bean #0E1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 47.46%

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

R = 23.73%
G = 47.46%
B = 28.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#0E1C11 (or 0x0E1C11) is known color: Black Bean. HEX triplet: 0E, 1C and 11. RGB value is (14,28,17). Sum of RGB (Red+Green+Blue) = 14+28+17=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C11 is #F1E3EE. Grayscale: #161616. Windows color (decimal): -15852527 or 1121294. OLE color: 1121294.

HSL color Cylindrical-coordinate representation of color #0E1C11: hue angle of 132.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E1C11 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 28 17 -
CMYK 0.50 0 0.39 0.89
HSL 132.86º 0.33% 0.08% -
HSV(B) 132.86º 0.5% 0.11% -
XYZ 0.7 0.96 0.68 -
YUV 22.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 14 28 17 0.50 0 0.39 0.89 132.86 0.33 0.08
Hex E 1C 11 32 0 27 59 85 21 8
Octal 16 34 21 62 0 47 131 205 41 10
Binary 1110 11100 10001 110010 0 100111 1011001 10000101 100001 1000

Color Harmonies of #0E1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C11

Black with #0E1C11

Text Example


Text Example

White with #0E1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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