Html Css Color HEX #130B31 Haiti

📋 copy color: '#130B31'

red 19 ◦ green 11 ◦ blue 49

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

Shades of Haiti #130B31

Tints of Haiti #130B31

RGB

 RED value IS 19 (7.81% from 255) = 24.05%

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

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

R = 24.05%
G = 13.92%
B = 62.03%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130B31 (or 0x130B31) is known color: Haiti. HEX triplet: 13, 0B and 31. RGB value is (19,11,49). Sum of RGB (Red+Green+Blue) = 19+11+49=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #130B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B31 is #ECF4CE. Grayscale: #111111. Windows color (decimal): -15529167 or 3214099. OLE color: 3214099.

HSL color Cylindrical-coordinate representation of color #130B31: hue angle of 252.63º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130B31 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 11 49 -
CMYK 0.61 0.78 0 0.81
HSL 252.63º 0.63% 0.12% -
HSV(B) 252.63º 0.78% 0.19% -
XYZ 0.94 0.6 2.97 -
YUV 17.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 19 11 49 0.61 0.78 0 0.81 252.63 0.63 0.12
Hex 13 B 31 3D 4E 0 51 FD 3F C
Octal 23 13 61 75 116 0 121 375 77 14
Binary 10011 1011 110001 111101 1001110 0 1010001 11111101 111111 1100

Color Harmonies of #130B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B31

Black with #130B31

Text Example


Text Example

White with #130B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130B31; }

 p { color: rgb(19,11,49); }

 H1.HeaderClassName
 {
   color: #130B31;
 }
 .AnyTagClassName
 {
   color: #130B31;
 }
</style>

background-color css

<style>
 a { background-color: #130B31; }

 a { background-color: rgb(19,11,49); }

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

border-color css

<style>
 span { border-color: #130B31; }

 span { border-color: rgb(19,11,49); }

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