Html Css Color HEX #252328 Haiti

📋 copy color: '#252328'

red 37 ◦ green 35 ◦ blue 40

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

Shades of Haiti #252328

Tints of Haiti #252328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.25%

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 33.04%
G = 31.25%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#252328 (or 0x252328) is known color: Haiti. HEX triplet: 25, 23 and 28. RGB value is (37,35,40). Sum of RGB (Red+Green+Blue) = 37+35+40=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 40 - color contains mainly: blue. Hex color #252328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252328 is #DADCD7. Grayscale: #242424. Windows color (decimal): -14343384 or 2630437. OLE color: 2630437.

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

Color convert

RGB 37 35 40 -
CMYK 0.07 0.12 0 0.84
HSL 264º 0.07% 0.15% -
HSV(B) 264º 0.13% 0.16% -
XYZ 1.75 1.75 2.25 -
YUV 36.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 37 35 40 0.07 0.12 0 0.84 264 0.07 0.15
Hex 25 23 28 7 C 0 54 108 7 F
Octal 45 43 50 7 14 0 124 410 7 17
Binary 100101 100011 101000 111 1100 0 1010100 100001000 111 1111

Color Harmonies of #252328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252328

Black with #252328

Text Example


Text Example

White with #252328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252328; }

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

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

background-color css

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

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

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

border-color css

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

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

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