Html Css Color HEX #150F24 Haiti

📋 copy color: '#150F24'

red 21 ◦ green 15 ◦ blue 36

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

Shades of Haiti #150F24

Tints of Haiti #150F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 50%

R = 29.17%
G = 20.83%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#150F24 (or 0x150F24) is known color: Haiti. HEX triplet: 15, 0F and 24. RGB value is (21,15,36). Sum of RGB (Red+Green+Blue) = 21+15+36=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #150F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F24 is #EAF0DB. Grayscale: #131313. Windows color (decimal): -15397084 or 2363157. OLE color: 2363157.

HSL color Cylindrical-coordinate representation of color #150F24: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #150F24 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 15 36 -
CMYK 0.42 0.58 0 0.86
HSL 257.14º 0.41% 0.1% -
HSV(B) 257.14º 0.58% 0.14% -
XYZ 0.8 0.63 1.75 -
YUV 19.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 21 15 36 0.42 0.58 0 0.86 257.14 0.41 0.1
Hex 15 F 24 2A 3A 0 56 101 29 A
Octal 25 17 44 52 72 0 126 401 51 12
Binary 10101 1111 100100 101010 111010 0 1010110 100000001 101001 1010

Color Harmonies of #150F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F24

Black with #150F24

Text Example


Text Example

White with #150F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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