Html Css Color HEX #0E1F0E Black Bean

📋 copy color: '#0E1F0E'

red 14 ◦ green 31 ◦ blue 14

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

Shades of Black Bean #0E1F0E

Tints of Black Bean #0E1F0E

RGB

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

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

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

R = 23.73%
G = 52.54%
B = 23.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#0E1F0E (or 0x0E1F0E) is known color: Black Bean. HEX triplet: 0E, 1F and 0E. RGB value is (14,31,14). Sum of RGB (Red+Green+Blue) = 14+31+14=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F0E is #F1E0F1. Grayscale: #181818. Windows color (decimal): -15851762 or 925454. OLE color: 925454.

HSL color Cylindrical-coordinate representation of color #0E1F0E: hue angle of 120º 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 #0E1F0E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 31 14 -
CMYK 0.55 0 0.55 0.88
HSL 120º 0.38% 0.09% -
HSV(B) 120º 0.55% 0.12% -
XYZ 0.75 1.11 0.59 -
YUV 23.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 14 31 14 0.55 0 0.55 0.88 120 0.38 0.09
Hex E 1F E 37 0 37 58 78 26 9
Octal 16 37 16 67 0 67 130 170 46 11
Binary 1110 11111 1110 110111 0 110111 1011000 1111000 100110 1001

Color Harmonies of #0E1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F0E

Black with #0E1F0E

Text Example


Text Example

White with #0E1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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