Html Css Color HEX #0E0F04 Maire

📋 copy color: '#0E0F04'

red 14 ◦ green 15 ◦ blue 4

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

Shades of Maire #0E0F04

Tints of Maire #0E0F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 45.45%

 BLUE value IS 4 (1.95% from 255) = 12.12%

R = 42.42%
G = 45.45%
B = 12.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0E0F04 (or 0x0E0F04) is known color: Maire. HEX triplet: 0E, 0F and 04. RGB value is (14,15,4). Sum of RGB (Red+Green+Blue) = 14+15+4=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #0E0F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F04 is #F1F0FB. Grayscale: #0D0D0D. Windows color (decimal): -15855868 or 265998. OLE color: 265998.

HSL color Cylindrical-coordinate representation of color #0E0F04: hue angle of 65.45º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E0F04 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 14 15 4 -
CMYK 0.07 0 0.73 0.94
HSL 65.45º 0.58% 0.04% -
HSV(B) 65.45º 0.73% 0.06% -
XYZ 0.37 0.44 0.18 -
YUV 13.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 14 15 4 0.07 0 0.73 0.94 65.45 0.58 0.04
Hex E F 4 7 0 49 5E 41 3A 4
Octal 16 17 4 7 0 111 136 101 72 4
Binary 1110 1111 100 111 0 1001001 1011110 1000001 111010 100

Color Harmonies of #0E0F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0F04

Black with #0E0F04

Text Example


Text Example

White with #0E0F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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