Html Css Color HEX #110E02 Maire

📋 copy color: '#110E02'

red 17 ◦ green 14 ◦ blue 2

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

Shades of Maire #110E02

Tints of Maire #110E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 42.42%

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

R = 51.52%
G = 42.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#110E02 (or 0x110E02) is known color: Maire. HEX triplet: 11, 0E and 02. RGB value is (17,14,2). Sum of RGB (Red+Green+Blue) = 17+14+2=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E02 is #EEF1FD. Grayscale: #0D0D0D. Windows color (decimal): -15659518 or 134673. OLE color: 134673.

HSL color Cylindrical-coordinate representation of color #110E02: hue angle of 48º 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 #110E02 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 14 2 -
CMYK 0 0.18 0.88 0.93
HSL 48º 0.79% 0.04% -
HSV(B) 48º 0.88% 0.07% -
XYZ 0.4 0.44 0.12 -
YUV 13.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 17 14 2 0 0.18 0.88 0.93 48 0.79 0.04
Hex 11 E 2 0 12 58 5D 30 4F 4
Octal 21 16 2 0 22 130 135 60 117 4
Binary 10001 1110 10 0 10010 1011000 1011101 110000 1001111 100

Color Harmonies of #110E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E02

Black with #110E02

Text Example


Text Example

White with #110E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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