Html Css Color HEX #0E1F14 Black Bean

📋 copy color: '#0E1F14'

red 14 ◦ green 31 ◦ blue 20

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

Shades of Black Bean #0E1F14

Tints of Black Bean #0E1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 47.69%

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 21.54%
G = 47.69%
B = 30.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#0E1F14 (or 0x0E1F14) is known color: Black Bean. HEX triplet: 0E, 1F and 14. RGB value is (14,31,20). Sum of RGB (Red+Green+Blue) = 14+31+20=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F14 is #F1E0EB. Grayscale: #181818. Windows color (decimal): -15851756 or 1318670. OLE color: 1318670.

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

Color convert

RGB 14 31 20 -
CMYK 0.55 0 0.35 0.88
HSL 141.18º 0.38% 0.09% -
HSV(B) 141.18º 0.55% 0.12% -
XYZ 0.8 1.12 0.84 -
YUV 24.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 14 31 20 0.55 0 0.35 0.88 141.18 0.38 0.09
Hex E 1F 14 37 0 23 58 8D 26 9
Octal 16 37 24 67 0 43 130 215 46 11
Binary 1110 11111 10100 110111 0 100011 1011000 10001101 100110 1001

Color Harmonies of #0E1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F14

Black with #0E1F14

Text Example


Text Example

White with #0E1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,31,20); }

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

background-color css

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

 a { background-color: rgb(14,31,20); }

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

border-color css

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

 span { border-color: rgb(14,31,20); }

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