#252229

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

Shades of Haiti #252229

Tints of Haiti #252229

Color information

#252229 (or 0x252229) is unknown color: approx Haiti. HEX triplet: 25, 22 and 29. RGB value is (37,34,41). Sum of RGB (Red+Green+Blue) = 37+34+41=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #252229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252229 is #DADDD6. Grayscale: #232323. Windows color (decimal): -14343639 or 2695717. OLE color: 2695717.

HSL color Cylindrical-coordinate representation of color #252229: hue angle of 265.71º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #252229 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB373441-
CMYK0.100.1700.84
HSL265.71º9.33%14.71%-
HSV(B)265.71º17.07%16.08%-
XYZ1.741.72.33-
YUV35.7130.99128.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=33.04%
G=30.36%
B=36.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3734410.100.1700.84265.719.3314.71
Hex252229A1105410a9f
Octal454251122101244121117
Binary1001011000101010011010100010101010010000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252229; }

 p { color: rgb(37,34,41); }

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

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

 a { background-color: rgb(37,34,41); }

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

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

 span { border-color: rgb(37,34,41); }

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