Html Css Color HEX #130E1F Haiti

📋 copy color: '#130E1F'

red 19 ◦ green 14 ◦ blue 31

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

Shades of Haiti #130E1F

Tints of Haiti #130E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 29.69%
G = 21.88%
B = 48.44%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#130E1F (or 0x130E1F) is known color: Haiti. HEX triplet: 13, 0E and 1F. RGB value is (19,14,31). Sum of RGB (Red+Green+Blue) = 19+14+31=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #130E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E1F is #ECF1E0. Grayscale: #111111. Windows color (decimal): -15528417 or 2035219. OLE color: 2035219.

HSL color Cylindrical-coordinate representation of color #130E1F: hue angle of 257.65º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #130E1F is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 14 31 -
CMYK 0.39 0.55 0 0.88
HSL 257.65º 0.38% 0.09% -
HSV(B) 257.65º 0.55% 0.12% -
XYZ 0.67 0.55 1.37 -
YUV 17.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 19 14 31 0.39 0.55 0 0.88 257.65 0.38 0.09
Hex 13 E 1F 27 37 0 58 102 26 9
Octal 23 16 37 47 67 0 130 402 46 11
Binary 10011 1110 11111 100111 110111 0 1011000 100000010 100110 1001

Color Harmonies of #130E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E1F

Black with #130E1F

Text Example


Text Example

White with #130E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,31); }

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

background-color css

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

 a { background-color: rgb(19,14,31); }

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

border-color css

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

 span { border-color: rgb(19,14,31); }

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