Html Css Color HEX #0F0E04 Maire

📋 copy color: '#0F0E04'

red 15 ◦ green 14 ◦ blue 4

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

Shades of Maire #0F0E04

Tints of Maire #0F0E04

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

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

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

Color convert

RGB 15 14 4 -
CMYK 0 0.07 0.73 0.94
HSL 54.55º 0.58% 0.04% -
HSV(B) 54.55º 0.73% 0.06% -
XYZ 0.38 0.42 0.18 -
YUV 13.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 15 14 4 0 0.07 0.73 0.94 54.55 0.58 0.04
Hex F E 4 0 7 49 5E 37 3A 4
Octal 17 16 4 0 7 111 136 67 72 4
Binary 1111 1110 100 0 111 1001001 1011110 110111 111010 100

Color Harmonies of #0F0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0E04

Black with #0F0E04

Text Example


Text Example

White with #0F0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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