Html Css Color HEX #150F21 Haiti

📋 copy color: '#150F21'

red 21 ◦ green 15 ◦ blue 33

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

Shades of Haiti #150F21

Tints of Haiti #150F21

RGB

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

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

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

R = 30.43%
G = 21.74%
B = 47.83%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150F21 (or 0x150F21) is known color: Haiti. HEX triplet: 15, 0F and 21. RGB value is (21,15,33). Sum of RGB (Red+Green+Blue) = 21+15+33=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 33 - color contains mainly: blue. Hex color #150F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F21 is #EAF0DE. Grayscale: #121212. Windows color (decimal): -15397087 or 2166549. OLE color: 2166549.

HSL color Cylindrical-coordinate representation of color #150F21: hue angle of 260º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #150F21 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 15 33 -
CMYK 0.36 0.55 0 0.87
HSL 260º 0.38% 0.09% -
HSV(B) 260º 0.55% 0.13% -
XYZ 0.75 0.61 1.52 -
YUV 18.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 21 15 33 0.36 0.55 0 0.87 260 0.38 0.09
Hex 15 F 21 24 37 0 57 104 26 9
Octal 25 17 41 44 67 0 127 404 46 11
Binary 10101 1111 100001 100100 110111 0 1010111 100000100 100110 1001

Color Harmonies of #150F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F21

Black with #150F21

Text Example


Text Example

White with #150F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150F21; }

 p { color: rgb(21,15,33); }

 H1.HeaderClassName
 {
   color: #150F21;
 }
 .AnyTagClassName
 {
   color: #150F21;
 }
</style>

background-color css

<style>
 a { background-color: #150F21; }

 a { background-color: rgb(21,15,33); }

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

border-color css

<style>
 span { border-color: #150F21; }

 span { border-color: rgb(21,15,33); }

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