Html Css Color HEX #0F1000 Maire

📋 copy color: '#0F1000'

red 15 ◦ green 16 ◦ blue 0

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

Shades of Maire #0F1000

Tints of Maire #0F1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 51.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.39%
G = 51.61%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#0F1000 (or 0x0F1000) is known color: Maire. HEX triplet: 0F, 10 and 00. RGB value is (15,16,0). Sum of RGB (Red+Green+Blue) = 15+16+0=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1000 is #F0EFFF. Grayscale: #0D0D0D. Windows color (decimal): -15790080 or 4111. OLE color: 4111.

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

Color convert

RGB 15 16 0 -
CMYK 0.06 0 1 0.94
HSL 63.75º 1% 0.03% -
HSV(B) 63.75º 1% 0.06% -
XYZ 0.38 0.47 0.07 -
YUV 13.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 15 16 0 0.06 0 1 0.94 63.75 1 0.03
Hex F 10 0 6 0 64 5E 40 64 3
Octal 17 20 0 6 0 144 136 100 144 3
Binary 1111 10000 0 110 0 1100100 1011110 1000000 1100100 11

Color Harmonies of #0F1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1000

Black with #0F1000

Text Example


Text Example

White with #0F1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,0); }

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

background-color css

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

 a { background-color: rgb(15,16,0); }

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

border-color css

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

 span { border-color: rgb(15,16,0); }

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