#100B00

Color #100B00 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #100B00

Tints of Maire #100B00

Color information

#100B00 (or 0x100B00) is unknown color: approx Maire. HEX triplet: 10, 0B and 00. RGB value is (16,11,0). Sum of RGB (Red+Green+Blue) = 16+11+0=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B00 is #EFF4FF. Grayscale: #0B0B0B. Windows color (decimal): -15725824 or 2832. OLE color: 2832.

HSL color Cylindrical-coordinate representation of color #100B00: hue angle of 41.25º 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 #100B00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB16110-
CMYK00.3110.94
HSL41.25º100%3.14%-
HSV(B)41.25º100%6.27%-
XYZ0.330.350.05-
YUV11.24121.66131.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 11 (4.69% from 255) = 40.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.26%
G=40.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611000.3110.9441.251003.14
Hex10B001F645E29643
Octal20130037144136511443
Binary100001011001111111001001011110101001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #100B00;
 }
 .AnyTagClassName
 {
   color: #100B00;
 }
</style>
background-color css

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

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

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

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

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

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