Html Css Color HEX #100B01 Maire

📋 copy color: '#100B01'

red 16 ◦ green 11 ◦ blue 1

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

Shades of Maire #100B01

Tints of Maire #100B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 39.29%

 BLUE value IS 1 (0.78% from 255) = 3.57%

R = 57.14%
G = 39.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#100B01 (or 0x100B01) is known color: Maire. HEX triplet: 10, 0B and 01. RGB value is (16,11,1). Sum of RGB (Red+Green+Blue) = 16+11+1=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #100B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B01 is #EFF4FE. Grayscale: #0B0B0B. Windows color (decimal): -15725823 or 68368. OLE color: 68368.

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

Color convert

RGB 16 11 1 -
CMYK 0 0.31 0.94 0.94
HSL 40º 0.88% 0.03% -
HSV(B) 40º 0.94% 0.06% -
XYZ 0.34 0.35 0.08 -
YUV 11.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 16 11 1 0 0.31 0.94 0.94 40 0.88 0.03
Hex 10 B 1 0 1F 5E 5E 28 58 3
Octal 20 13 1 0 37 136 136 50 130 3
Binary 10000 1011 1 0 11111 1011110 1011110 101000 1011000 11

Color Harmonies of #100B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B01

Black with #100B01

Text Example


Text Example

White with #100B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,11,1); }

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

background-color css

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

 a { background-color: rgb(16,11,1); }

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

border-color css

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

 span { border-color: rgb(16,11,1); }

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