#25213E

Color #25213E Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #25213E

Tints of Haiti #25213E

Color information

#25213E (or 0x25213E) is unknown color: approx Haiti. HEX triplet: 25, 21 and 3E. RGB value is (37,33,62). Sum of RGB (Red+Green+Blue) = 37+33+62=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #25213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25213E is #DADEC1. Grayscale: #252525. Windows color (decimal): -14343874 or 4071717. OLE color: 4071717.

HSL color Cylindrical-coordinate representation of color #25213E: hue angle of 248.28º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25213E is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB373362-
CMYK0.400.4700.76
HSL248.28º30.53%18.63%-
HSV(B)248.28º46.77%24.31%-
XYZ2.181.834.8-
YUV37.5141.83127.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=28.03%
G=25%
B=46.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3733620.400.4700.76248.2830.5318.63
Hex25213E282F04Cf81f13
Octal454176505701143703723
Binary10010110000111111010100010111101001100111110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25213E;
 }
 .AnyTagClassName
 {
   color: #25213E;
 }
</style>
background-color css

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

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

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

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

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

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