Html Css Color HEX #0F0E07 Maire

📋 copy color: '#0F0E07'

red 15 ◦ green 14 ◦ blue 7

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

Shades of Maire #0F0E07

Tints of Maire #0F0E07

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0F0E07: hue angle of 52.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 #0F0E07 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 14 7 -
CMYK 0 0.07 0.53 0.94
HSL 52.5º 0.36% 0.04% -
HSV(B) 52.5º 0.53% 0.06% -
XYZ 0.39 0.43 0.26 -
YUV 13.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 15 14 7 0 0.07 0.53 0.94 52.5 0.36 0.04
Hex F E 7 0 7 35 5E 34 24 4
Octal 17 16 7 0 7 65 136 64 44 4
Binary 1111 1110 111 0 111 110101 1011110 110100 100100 100

Color Harmonies of #0F0E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0E07

Black with #0F0E07

Text Example


Text Example

White with #0F0E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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