Html Css Color HEX #15121D Haiti

📋 copy color: '#15121D'

red 21 ◦ green 18 ◦ blue 29

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

Shades of Haiti #15121D

Tints of Haiti #15121D

RGB

 RED value IS 21 (8.59% from 255) = 30.88%

 GREEN value IS 18 (7.42% from 255) = 26.47%

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

R = 30.88%
G = 26.47%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#15121D (or 0x15121D) is known color: Haiti. HEX triplet: 15, 12 and 1D. RGB value is (21,18,29). Sum of RGB (Red+Green+Blue) = 21+18+29=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #15121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15121D is #EAEDE2. Grayscale: #141414. Windows color (decimal): -15396323 or 1905173. OLE color: 1905173.

HSL color Cylindrical-coordinate representation of color #15121D: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15121D is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 18 29 -
CMYK 0.28 0.38 0 0.89
HSL 256.36º 0.23% 0.09% -
HSV(B) 256.36º 0.38% 0.11% -
XYZ 0.75 0.68 1.25 -
YUV 20.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 21 18 29 0.28 0.38 0 0.89 256.36 0.23 0.09
Hex 15 12 1D 1C 26 0 59 100 17 9
Octal 25 22 35 34 46 0 131 400 27 11
Binary 10101 10010 11101 11100 100110 0 1011001 100000000 10111 1001

Color Harmonies of #15121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15121D

Black with #15121D

Text Example


Text Example

White with #15121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15121D; }

 p { color: rgb(21,18,29); }

 H1.HeaderClassName
 {
   color: #15121D;
 }
 .AnyTagClassName
 {
   color: #15121D;
 }
</style>

background-color css

<style>
 a { background-color: #15121D; }

 a { background-color: rgb(21,18,29); }

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

border-color css

<style>
 span { border-color: #15121D; }

 span { border-color: rgb(21,18,29); }

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