Html Css Color HEX #15121B Haiti

📋 copy color: '#15121B'

red 21 ◦ green 18 ◦ blue 27

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

Shades of Haiti #15121B

Tints of Haiti #15121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 40.91%

R = 31.82%
G = 27.27%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#15121B (or 0x15121B) is known color: Haiti. HEX triplet: 15, 12 and 1B. RGB value is (21,18,27). Sum of RGB (Red+Green+Blue) = 21+18+27=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #15121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15121B is #EAEDE4. Grayscale: #131313. Windows color (decimal): -15396325 or 1774101. OLE color: 1774101.

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

Color convert

RGB 21 18 27 -
CMYK 0.22 0.33 0 0.89
HSL 260º 0.2% 0.09% -
HSV(B) 260º 0.33% 0.11% -
XYZ 0.72 0.67 1.13 -
YUV 19.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 21 18 27 0.22 0.33 0 0.89 260 0.2 0.09
Hex 15 12 1B 16 21 0 59 104 14 9
Octal 25 22 33 26 41 0 131 404 24 11
Binary 10101 10010 11011 10110 100001 0 1011001 100000100 10100 1001

Color Harmonies of #15121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15121B

Black with #15121B

Text Example


Text Example

White with #15121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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