Html Css Color HEX #25213B Haiti

📋 copy color: '#25213B'

red 37 ◦ green 33 ◦ blue 59

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

Shades of Haiti #25213B

Tints of Haiti #25213B

RGB

 RED value IS 37 (14.84% from 255) = 28.68%

 GREEN value IS 33 (13.28% from 255) = 25.58%

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 28.68%
G = 25.58%
B = 45.74%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25213B (or 0x25213B) is known color: Haiti. HEX triplet: 25, 21 and 3B. RGB value is (37,33,59). Sum of RGB (Red+Green+Blue) = 37+33+59=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #25213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25213B is #DADEC4. Grayscale: #252525. Windows color (decimal): -14343877 or 3875109. OLE color: 3875109.

HSL color Cylindrical-coordinate representation of color #25213B: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25213B is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 33 59 -
CMYK 0.37 0.44 0 0.77
HSL 249.23º 0.28% 0.18% -
HSV(B) 249.23º 0.44% 0.23% -
XYZ 2.1 1.8 4.37 -
YUV 37.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 37 33 59 0.37 0.44 0 0.77 249.23 0.28 0.18
Hex 25 21 3B 25 2C 0 4D F9 1C 12
Octal 45 41 73 45 54 0 115 371 34 22
Binary 100101 100001 111011 100101 101100 0 1001101 11111001 11100 10010

Color Harmonies of #25213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25213B

Black with #25213B

Text Example


Text Example

White with #25213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,33,59); }

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

background-color css

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

 a { background-color: rgb(37,33,59); }

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

border-color css

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

 span { border-color: rgb(37,33,59); }

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