Html Css Color HEX #130F1C Haiti

📋 copy color: '#130F1C'

red 19 ◦ green 15 ◦ blue 28

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

Shades of Haiti #130F1C

Tints of Haiti #130F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 45.16%

R = 30.65%
G = 24.19%
B = 45.16%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#130F1C (or 0x130F1C) is known color: Haiti. HEX triplet: 13, 0F and 1C. RGB value is (19,15,28). Sum of RGB (Red+Green+Blue) = 19+15+28=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #130F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F1C is #ECF0E3. Grayscale: #111111. Windows color (decimal): -15528164 or 1838867. OLE color: 1838867.

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

Color convert

RGB 19 15 28 -
CMYK 0.32 0.46 0 0.89
HSL 258.46º 0.3% 0.08% -
HSV(B) 258.46º 0.46% 0.11% -
XYZ 0.65 0.56 1.17 -
YUV 17.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 19 15 28 0.32 0.46 0 0.89 258.46 0.3 0.08
Hex 13 F 1C 20 2E 0 59 102 1E 8
Octal 23 17 34 40 56 0 131 402 36 10
Binary 10011 1111 11100 100000 101110 0 1011001 100000010 11110 1000

Color Harmonies of #130F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F1C

Black with #130F1C

Text Example


Text Example

White with #130F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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