Html Css Color HEX #110A31 Haiti

📋 copy color: '#110A31'

red 17 ◦ green 10 ◦ blue 49

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

Shades of Haiti #110A31

Tints of Haiti #110A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.16%

 BLUE value IS 49 (19.53% from 255) = 64.47%

R = 22.37%
G = 13.16%
B = 64.47%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110A31 (or 0x110A31) is known color: Haiti. HEX triplet: 11, 0A and 31. RGB value is (17,10,49). Sum of RGB (Red+Green+Blue) = 17+10+49=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #110A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A31 is #EEF5CE. Grayscale: #101010. Windows color (decimal): -15660495 or 3213841. OLE color: 3213841.

HSL color Cylindrical-coordinate representation of color #110A31: hue angle of 250.77º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110A31 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 10 49 -
CMYK 0.65 0.80 0 0.81
HSL 250.77º 0.66% 0.12% -
HSV(B) 250.77º 0.8% 0.19% -
XYZ 0.89 0.56 2.97 -
YUV 16.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 17 10 49 0.65 0.80 0 0.81 250.77 0.66 0.12
Hex 11 A 31 41 50 0 51 FB 42 C
Octal 21 12 61 101 120 0 121 373 102 14
Binary 10001 1010 110001 1000001 1010000 0 1010001 11111011 1000010 1100

Color Harmonies of #110A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A31

Black with #110A31

Text Example


Text Example

White with #110A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,10,49); }

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

background-color css

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

 a { background-color: rgb(17,10,49); }

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

border-color css

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

 span { border-color: rgb(17,10,49); }

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