Html Css Color HEX #0E0F07 Maire

📋 copy color: '#0E0F07'

red 14 ◦ green 15 ◦ blue 7

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

Shades of Maire #0E0F07

Tints of Maire #0E0F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 19.44%

R = 38.89%
G = 41.67%
B = 19.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#0E0F07 (or 0x0E0F07) is known color: Maire. HEX triplet: 0E, 0F and 07. RGB value is (14,15,7). Sum of RGB (Red+Green+Blue) = 14+15+7=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 15 - color contains mainly: green. Hex color #0E0F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F07 is #F1F0F8. Grayscale: #0D0D0D. Windows color (decimal): -15855865 or 462606. OLE color: 462606.

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

Color convert

RGB 14 15 7 -
CMYK 0.07 0 0.53 0.94
HSL 67.5º 0.36% 0.04% -
HSV(B) 67.5º 0.53% 0.06% -
XYZ 0.39 0.45 0.27 -
YUV 13.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 14 15 7 0.07 0 0.53 0.94 67.5 0.36 0.04
Hex E F 7 7 0 35 5E 44 24 4
Octal 16 17 7 7 0 65 136 104 44 4
Binary 1110 1111 111 111 0 110101 1011110 1000100 100100 100

Color Harmonies of #0E0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0F07

Black with #0E0F07

Text Example


Text Example

White with #0E0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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