Html Css Color HEX #150D29 Haiti

📋 copy color: '#150D29'

red 21 ◦ green 13 ◦ blue 41

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

Shades of Haiti #150D29

Tints of Haiti #150D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 54.67%

R = 28%
G = 17.33%
B = 54.67%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#150D29 (or 0x150D29) is known color: Haiti. HEX triplet: 15, 0D and 29. RGB value is (21,13,41). Sum of RGB (Red+Green+Blue) = 21+13+41=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #150D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D29 is #EAF2D6. Grayscale: #121212. Windows color (decimal): -15397591 or 2690325. OLE color: 2690325.

HSL color Cylindrical-coordinate representation of color #150D29: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #150D29 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 13 41 -
CMYK 0.49 0.68 0 0.84
HSL 257.14º 0.52% 0.11% -
HSV(B) 257.14º 0.68% 0.16% -
XYZ 0.85 0.61 2.17 -
YUV 18.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 21 13 41 0.49 0.68 0 0.84 257.14 0.52 0.11
Hex 15 D 29 31 44 0 54 101 34 B
Octal 25 15 51 61 104 0 124 401 64 13
Binary 10101 1101 101001 110001 1000100 0 1010100 100000001 110100 1011

Color Harmonies of #150D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D29

Black with #150D29

Text Example


Text Example

White with #150D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,13,41); }

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

background-color css

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

 a { background-color: rgb(21,13,41); }

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

border-color css

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

 span { border-color: rgb(21,13,41); }

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