Html Css Color HEX #130E22 Haiti

📋 copy color: '#130E22'

red 19 ◦ green 14 ◦ blue 34

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

Shades of Haiti #130E22

Tints of Haiti #130E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 50.75%

R = 28.36%
G = 20.9%
B = 50.75%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130E22 (or 0x130E22) is known color: Haiti. HEX triplet: 13, 0E and 22. RGB value is (19,14,34). Sum of RGB (Red+Green+Blue) = 19+14+34=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #130E22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E22 is #ECF1DD. Grayscale: #111111. Windows color (decimal): -15528414 or 2231827. OLE color: 2231827.

HSL color Cylindrical-coordinate representation of color #130E22: hue angle of 255º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #130E22 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 14 34 -
CMYK 0.44 0.59 0 0.87
HSL 255º 0.42% 0.09% -
HSV(B) 255º 0.59% 0.13% -
XYZ 0.71 0.57 1.59 -
YUV 17.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 19 14 34 0.44 0.59 0 0.87 255 0.42 0.09
Hex 13 E 22 2C 3B 0 57 FF 2A 9
Octal 23 16 42 54 73 0 127 377 52 11
Binary 10011 1110 100010 101100 111011 0 1010111 11111111 101010 1001

Color Harmonies of #130E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E22

Black with #130E22

Text Example


Text Example

White with #130E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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