Html Css Color HEX #0E180F Black Bean

📋 copy color: '#0E180F'

red 14 ◦ green 24 ◦ blue 15

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

Shades of Black Bean #0E180F

Tints of Black Bean #0E180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 26.42%
G = 45.28%
B = 28.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#0E180F (or 0x0E180F) is known color: Black Bean. HEX triplet: 0E, 18 and 0F. RGB value is (14,24,15). Sum of RGB (Red+Green+Blue) = 14+24+15=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0E180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E180F is #F1E7F0. Grayscale: #141414. Windows color (decimal): -15853553 or 989198. OLE color: 989198.

HSL color Cylindrical-coordinate representation of color #0E180F: hue angle of 126º 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 #0E180F is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 24 15 -
CMYK 0.42 0 0.37 0.91
HSL 126º 0.26% 0.07% -
HSV(B) 126º 0.42% 0.09% -
XYZ 0.59 0.78 0.57 -
YUV 19.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 14 24 15 0.42 0 0.37 0.91 126 0.26 0.07
Hex E 18 F 2A 0 25 5B 7E 1A 7
Octal 16 30 17 52 0 45 133 176 32 7
Binary 1110 11000 1111 101010 0 100101 1011011 1111110 11010 111

Color Harmonies of #0E180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E180F

Black with #0E180F

Text Example


Text Example

White with #0E180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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