#25232D

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

Shades of Haiti #25232D

Tints of Haiti #25232D

Color information

#25232D (or 0x25232D) is unknown color: approx Haiti. HEX triplet: 25, 23 and 2D. RGB value is (37,35,45). Sum of RGB (Red+Green+Blue) = 37+35+45=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #25232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25232D is #DADCD2. Grayscale: #242424. Windows color (decimal): -14343379 or 2958117. OLE color: 2958117.

HSL color Cylindrical-coordinate representation of color #25232D: hue angle of 252º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25232D is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB373545-
CMYK0.180.2200.82
HSL252º12.5%15.69%-
HSV(B)252º22.22%17.65%-
XYZ1.841.782.73-
YUV36.74132.66128.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=31.62%
G=29.91%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3735450.180.2200.8225212.515.69
Hex25232D1216052fcc10
Octal454355222601223741420
Binary10010110001110110110010101100101001011111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25232D; }

 p { color: rgb(37,35,45); }

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

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

 a { background-color: rgb(37,35,45); }

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

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

 span { border-color: rgb(37,35,45); }

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