Html Css Color HEX #110D02 Maire

📋 copy color: '#110D02'

red 17 ◦ green 13 ◦ blue 2

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

Shades of Maire #110D02

Tints of Maire #110D02

RGB

 RED value IS 17 (7.03% from 255) = 53.13%

 GREEN value IS 13 (5.47% from 255) = 40.63%

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

R = 53.13%
G = 40.63%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#110D02 (or 0x110D02) is known color: Maire. HEX triplet: 11, 0D and 02. RGB value is (17,13,2). Sum of RGB (Red+Green+Blue) = 17+13+2=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D02 is #EEF2FD. Grayscale: #0C0C0C. Windows color (decimal): -15659774 or 134417. OLE color: 134417.

HSL color Cylindrical-coordinate representation of color #110D02: hue angle of 44º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110D02 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 13 2 -
CMYK 0 0.24 0.88 0.93
HSL 44º 0.79% 0.04% -
HSV(B) 44º 0.88% 0.07% -
XYZ 0.39 0.41 0.12 -
YUV 12.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 17 13 2 0 0.24 0.88 0.93 44 0.79 0.04
Hex 11 D 2 0 18 58 5D 2C 4F 4
Octal 21 15 2 0 30 130 135 54 117 4
Binary 10001 1101 10 0 11000 1011000 1011101 101100 1001111 100

Color Harmonies of #110D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D02

Black with #110D02

Text Example


Text Example

White with #110D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110D02; }

 p { color: rgb(17,13,2); }

 H1.HeaderClassName
 {
   color: #110D02;
 }
 .AnyTagClassName
 {
   color: #110D02;
 }
</style>

background-color css

<style>
 a { background-color: #110D02; }

 a { background-color: rgb(17,13,2); }

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

border-color css

<style>
 span { border-color: #110D02; }

 span { border-color: rgb(17,13,2); }

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