Html Css Color HEX #140D21 Haiti

📋 copy color: '#140D21'

red 20 ◦ green 13 ◦ blue 33

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

Shades of Haiti #140D21

Tints of Haiti #140D21

RGB

 RED value IS 20 (8.2% from 255) = 30.3%

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

 BLUE value IS 33 (13.28% from 255) = 50%

R = 30.3%
G = 19.7%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140D21 (or 0x140D21) is known color: Haiti. HEX triplet: 14, 0D and 21. RGB value is (20,13,33). Sum of RGB (Red+Green+Blue) = 20+13+33=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #140D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D21 is #EBF2DE. Grayscale: #111111. Windows color (decimal): -15463135 or 2166036. OLE color: 2166036.

HSL color Cylindrical-coordinate representation of color #140D21: hue angle of 261º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #140D21 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 13 33 -
CMYK 0.39 0.61 0 0.87
HSL 261º 0.43% 0.09% -
HSV(B) 261º 0.61% 0.13% -
XYZ 0.71 0.55 1.51 -
YUV 17.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 20 13 33 0.39 0.61 0 0.87 261 0.43 0.09
Hex 14 D 21 27 3D 0 57 105 2B 9
Octal 24 15 41 47 75 0 127 405 53 11
Binary 10100 1101 100001 100111 111101 0 1010111 100000101 101011 1001

Color Harmonies of #140D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D21

Black with #140D21

Text Example


Text Example

White with #140D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D21; }

 p { color: rgb(20,13,33); }

 H1.HeaderClassName
 {
   color: #140D21;
 }
 .AnyTagClassName
 {
   color: #140D21;
 }
</style>

background-color css

<style>
 a { background-color: #140D21; }

 a { background-color: rgb(20,13,33); }

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

border-color css

<style>
 span { border-color: #140D21; }

 span { border-color: rgb(20,13,33); }

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