Html Css Color HEX #0E1A11 Black Bean

📋 copy color: '#0E1A11'

red 14 ◦ green 26 ◦ blue 17

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

Shades of Black Bean #0E1A11

Tints of Black Bean #0E1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 45.61%

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

R = 24.56%
G = 45.61%
B = 29.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.90

RGB Variations

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

Color information

#0E1A11 (or 0x0E1A11) is known color: Black Bean. HEX triplet: 0E, 1A and 11. RGB value is (14,26,17). Sum of RGB (Red+Green+Blue) = 14+26+17=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A11 is #F1E5EE. Grayscale: #151515. Windows color (decimal): -15853039 or 1120782. OLE color: 1120782.

HSL color Cylindrical-coordinate representation of color #0E1A11: hue angle of 135º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E1A11 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 26 17 -
CMYK 0.46 0 0.35 0.90
HSL 135º 0.3% 0.08% -
HSV(B) 135º 0.46% 0.1% -
XYZ 0.65 0.87 0.66 -
YUV 21.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 14 26 17 0.46 0 0.35 0.90 135 0.3 0.08
Hex E 1A 11 2E 0 23 5A 87 1E 8
Octal 16 32 21 56 0 43 132 207 36 10
Binary 1110 11010 10001 101110 0 100011 1011010 10000111 11110 1000

Color Harmonies of #0E1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A11

Black with #0E1A11

Text Example


Text Example

White with #0E1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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