Html Css Color HEX #130F1D Haiti

📋 copy color: '#130F1D'

red 19 ◦ green 15 ◦ blue 29

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

Shades of Haiti #130F1D

Tints of Haiti #130F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 30.16%
G = 23.81%
B = 46.03%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#130F1D (or 0x130F1D) is known color: Haiti. HEX triplet: 13, 0F and 1D. RGB value is (19,15,29). Sum of RGB (Red+Green+Blue) = 19+15+29=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #130F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F1D is #ECF0E2. Grayscale: #111111. Windows color (decimal): -15528163 or 1904403. OLE color: 1904403.

HSL color Cylindrical-coordinate representation of color #130F1D: hue angle of 257.14º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #130F1D is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 15 29 -
CMYK 0.34 0.48 0 0.89
HSL 257.14º 0.32% 0.09% -
HSV(B) 257.14º 0.48% 0.11% -
XYZ 0.66 0.57 1.24 -
YUV 17.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 19 15 29 0.34 0.48 0 0.89 257.14 0.32 0.09
Hex 13 F 1D 22 30 0 59 101 20 9
Octal 23 17 35 42 60 0 131 401 40 11
Binary 10011 1111 11101 100010 110000 0 1011001 100000001 100000 1001

Color Harmonies of #130F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F1D

Black with #130F1D

Text Example


Text Example

White with #130F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,15,29); }

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

background-color css

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

 a { background-color: rgb(19,15,29); }

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

border-color css

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

 span { border-color: rgb(19,15,29); }

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