Html Css Color HEX #100F03 Maire

📋 copy color: '#100F03'

red 16 ◦ green 15 ◦ blue 3

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

Shades of Maire #100F03

Tints of Maire #100F03

RGB

 RED value IS 16 (6.64% from 255) = 47.06%

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

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

R = 47.06%
G = 44.12%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#100F03 (or 0x100F03) is known color: Maire. HEX triplet: 10, 0F and 03. RGB value is (16,15,3). Sum of RGB (Red+Green+Blue) = 16+15+3=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #100F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F03 is #EFF0FC. Grayscale: #0D0D0D. Windows color (decimal): -15724797 or 200464. OLE color: 200464.

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

Color convert

RGB 16 15 3 -
CMYK 0 0.06 0.81 0.94
HSL 55.38º 0.68% 0.04% -
HSV(B) 55.38º 0.81% 0.06% -
XYZ 0.4 0.46 0.15 -
YUV 13.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 16 15 3 0 0.06 0.81 0.94 55.38 0.68 0.04
Hex 10 F 3 0 6 51 5E 37 44 4
Octal 20 17 3 0 6 121 136 67 104 4
Binary 10000 1111 11 0 110 1010001 1011110 110111 1000100 100

Color Harmonies of #100F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F03

Black with #100F03

Text Example


Text Example

White with #100F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100F03; }

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

 H1.HeaderClassName
 {
   color: #100F03;
 }
 .AnyTagClassName
 {
   color: #100F03;
 }
</style>

background-color css

<style>
 a { background-color: #100F03; }

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

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

border-color css

<style>
 span { border-color: #100F03; }

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

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