Html Css Color HEX #0F0E03 Maire

📋 copy color: '#0F0E03'

red 15 ◦ green 14 ◦ blue 3

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

Shades of Maire #0F0E03

Tints of Maire #0F0E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 9.38%

R = 46.88%
G = 43.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.94

RGB Variations

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

Color information

#0F0E03 (or 0x0F0E03) is known color: Maire. HEX triplet: 0F, 0E and 03. RGB value is (15,14,3). Sum of RGB (Red+Green+Blue) = 15+14+3=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E03 is #F0F1FC. Grayscale: #0D0D0D. Windows color (decimal): -15790589 or 200207. OLE color: 200207.

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

Color convert

RGB 15 14 3 -
CMYK 0 0.07 0.80 0.94
HSL 55º 0.67% 0.04% -
HSV(B) 55º 0.8% 0.06% -
XYZ 0.37 0.42 0.15 -
YUV 13.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 15 14 3 0 0.07 0.80 0.94 55 0.67 0.04
Hex F E 3 0 7 50 5E 37 43 4
Octal 17 16 3 0 7 120 136 67 103 4
Binary 1111 1110 11 0 111 1010000 1011110 110111 1000011 100

Color Harmonies of #0F0E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0E03

Black with #0F0E03

Text Example


Text Example

White with #0F0E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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