Html Css Color HEX #0E1810 Black Bean

📋 copy color: '#0E1810'

red 14 ◦ green 24 ◦ blue 16

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

Shades of Black Bean #0E1810

Tints of Black Bean #0E1810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 44.44%

 BLUE value IS 16 (6.64% from 255) = 29.63%

R = 25.93%
G = 44.44%
B = 29.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.91

RGB Variations

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

Color information

#0E1810 (or 0x0E1810) is known color: Black Bean. HEX triplet: 0E, 18 and 10. RGB value is (14,24,16). Sum of RGB (Red+Green+Blue) = 14+24+16=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1810 is #F1E7EF. Grayscale: #141414. Windows color (decimal): -15853552 or 1054734. OLE color: 1054734.

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

Color convert

RGB 14 24 16 -
CMYK 0.42 0 0.33 0.91
HSL 132º 0.26% 0.07% -
HSV(B) 132º 0.42% 0.09% -
XYZ 0.6 0.78 0.61 -
YUV 20.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 14 24 16 0.42 0 0.33 0.91 132 0.26 0.07
Hex E 18 10 2A 0 21 5B 84 1A 7
Octal 16 30 20 52 0 41 133 204 32 7
Binary 1110 11000 10000 101010 0 100001 1011011 10000100 11010 111

Color Harmonies of #0E1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1810

Black with #0E1810

Text Example


Text Example

White with #0E1810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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