Html Css Color HEX #100F02 Maire

📋 copy color: '#100F02'

red 16 ◦ green 15 ◦ blue 2

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

Shades of Maire #100F02

Tints of Maire #100F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 6.06%

R = 48.48%
G = 45.45%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#100F02 (or 0x100F02) is known color: Maire. HEX triplet: 10, 0F and 02. RGB value is (16,15,2). Sum of RGB (Red+Green+Blue) = 16+15+2=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F02 is #EFF0FD. Grayscale: #0D0D0D. Windows color (decimal): -15724798 or 134928. OLE color: 134928.

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

Color convert

RGB 16 15 2 -
CMYK 0 0.06 0.87 0.94
HSL 55.71º 0.78% 0.04% -
HSV(B) 55.71º 0.88% 0.06% -
XYZ 0.4 0.46 0.12 -
YUV 13.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 16 15 2 0 0.06 0.87 0.94 55.71 0.78 0.04
Hex 10 F 2 0 6 57 5E 38 4E 4
Octal 20 17 2 0 6 127 136 70 116 4
Binary 10000 1111 10 0 110 1010111 1011110 111000 1001110 100

Color Harmonies of #100F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F02

Black with #100F02

Text Example


Text Example

White with #100F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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