Html Css Color HEX #130D1F Haiti

📋 copy color: '#130D1F'

red 19 ◦ green 13 ◦ blue 31

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

Shades of Haiti #130D1F

Tints of Haiti #130D1F

RGB

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

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

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

R = 30.16%
G = 20.63%
B = 49.21%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#130D1F (or 0x130D1F) is known color: Haiti. HEX triplet: 13, 0D and 1F. RGB value is (19,13,31). Sum of RGB (Red+Green+Blue) = 19+13+31=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #130D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D1F is #ECF2E0. Grayscale: #101010. Windows color (decimal): -15528673 or 2034963. OLE color: 2034963.

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

Color convert

RGB 19 13 31 -
CMYK 0.39 0.58 0 0.88
HSL 260º 0.41% 0.09% -
HSV(B) 260º 0.58% 0.12% -
XYZ 0.66 0.53 1.36 -
YUV 16.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 19 13 31 0.39 0.58 0 0.88 260 0.41 0.09
Hex 13 D 1F 27 3A 0 58 104 29 9
Octal 23 15 37 47 72 0 130 404 51 11
Binary 10011 1101 11111 100111 111010 0 1011000 100000100 101001 1001

Color Harmonies of #130D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D1F

Black with #130D1F

Text Example


Text Example

White with #130D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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