Html Css Color HEX #0E1C12 Black Bean

📋 copy color: '#0E1C12'

red 14 ◦ green 28 ◦ blue 18

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

Shades of Black Bean #0E1C12

Tints of Black Bean #0E1C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 46.67%

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

R = 23.33%
G = 46.67%
B = 30%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#0E1C12 (or 0x0E1C12) is known color: Black Bean. HEX triplet: 0E, 1C and 12. RGB value is (14,28,18). Sum of RGB (Red+Green+Blue) = 14+28+18=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C12 is #F1E3ED. Grayscale: #161616. Windows color (decimal): -15852526 or 1186830. OLE color: 1186830.

HSL color Cylindrical-coordinate representation of color #0E1C12: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E1C12 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 28 18 -
CMYK 0.50 0 0.36 0.89
HSL 137.14º 0.33% 0.08% -
HSV(B) 137.14º 0.5% 0.11% -
XYZ 0.71 0.97 0.72 -
YUV 22.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 14 28 18 0.50 0 0.36 0.89 137.14 0.33 0.08
Hex E 1C 12 32 0 24 59 89 21 8
Octal 16 34 22 62 0 44 131 211 41 10
Binary 1110 11100 10010 110010 0 100100 1011001 10001001 100001 1000

Color Harmonies of #0E1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C12

Black with #0E1C12

Text Example


Text Example

White with #0E1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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