Html Css Color HEX #251F35 Haiti

📋 copy color: '#251F35'

red 37 ◦ green 31 ◦ blue 53

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

Shades of Haiti #251F35

Tints of Haiti #251F35

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.62%

 BLUE value IS 53 (21.09% from 255) = 43.8%

R = 30.58%
G = 25.62%
B = 43.8%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#251F35 (or 0x251F35) is known color: Haiti. HEX triplet: 25, 1F and 35. RGB value is (37,31,53). Sum of RGB (Red+Green+Blue) = 37+31+53=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #251F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F35 is #DAE0CA. Grayscale: #232323. Windows color (decimal): -14344395 or 3481381. OLE color: 3481381.

HSL color Cylindrical-coordinate representation of color #251F35: hue angle of 256.36º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #251F35 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 31 53 -
CMYK 0.30 0.42 0 0.79
HSL 256.36º 0.26% 0.16% -
HSV(B) 256.36º 0.42% 0.21% -
XYZ 1.9 1.63 3.58 -
YUV 35.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 37 31 53 0.30 0.42 0 0.79 256.36 0.26 0.16
Hex 25 1F 35 1E 2A 0 4F 100 1A 10
Octal 45 37 65 36 52 0 117 400 32 20
Binary 100101 11111 110101 11110 101010 0 1001111 100000000 11010 10000

Color Harmonies of #251F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F35

Black with #251F35

Text Example


Text Example

White with #251F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251F35; }

 p { color: rgb(37,31,53); }

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

background-color css

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

 a { background-color: rgb(37,31,53); }

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

border-color css

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

 span { border-color: rgb(37,31,53); }

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