Html Css Color HEX #150F25 Haiti

📋 copy color: '#150F25'

red 21 ◦ green 15 ◦ blue 37

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

Shades of Haiti #150F25

Tints of Haiti #150F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 50.68%

R = 28.77%
G = 20.55%
B = 50.68%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150F25 (or 0x150F25) is known color: Haiti. HEX triplet: 15, 0F and 25. RGB value is (21,15,37). Sum of RGB (Red+Green+Blue) = 21+15+37=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #150F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F25 is #EAF0DA. Grayscale: #131313. Windows color (decimal): -15397083 or 2428693. OLE color: 2428693.

HSL color Cylindrical-coordinate representation of color #150F25: hue angle of 256.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #150F25 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 15 37 -
CMYK 0.43 0.59 0 0.85
HSL 256.36º 0.42% 0.1% -
HSV(B) 256.36º 0.59% 0.15% -
XYZ 0.81 0.63 1.83 -
YUV 19.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 21 15 37 0.43 0.59 0 0.85 256.36 0.42 0.1
Hex 15 F 25 2B 3B 0 55 100 2A A
Octal 25 17 45 53 73 0 125 400 52 12
Binary 10101 1111 100101 101011 111011 0 1010101 100000000 101010 1010

Color Harmonies of #150F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F25

Black with #150F25

Text Example


Text Example

White with #150F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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