Html Css Color HEX #0E1F12 Black Bean

📋 copy color: '#0E1F12'

red 14 ◦ green 31 ◦ blue 18

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

Shades of Black Bean #0E1F12

Tints of Black Bean #0E1F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 28.57%

R = 22.22%
G = 49.21%
B = 28.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.88

RGB Variations

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

Color information

#0E1F12 (or 0x0E1F12) is known color: Black Bean. HEX triplet: 0E, 1F and 12. RGB value is (14,31,18). Sum of RGB (Red+Green+Blue) = 14+31+18=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F12 is #F1E0ED. Grayscale: #181818. Windows color (decimal): -15851758 or 1187598. OLE color: 1187598.

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

Color convert

RGB 14 31 18 -
CMYK 0.55 0 0.42 0.88
HSL 134.12º 0.38% 0.09% -
HSV(B) 134.12º 0.55% 0.12% -
XYZ 0.78 1.12 0.75 -
YUV 24.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 14 31 18 0.55 0 0.42 0.88 134.12 0.38 0.09
Hex E 1F 12 37 0 2A 58 86 26 9
Octal 16 37 22 67 0 52 130 206 46 11
Binary 1110 11111 10010 110111 0 101010 1011000 10000110 100110 1001

Color Harmonies of #0E1F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F12

Black with #0E1F12

Text Example


Text Example

White with #0E1F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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