Html Css Color HEX #253241 Midnight

📋 copy color: '#253241'

red 37 ◦ green 50 ◦ blue 65

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

Shades of Midnight #253241

Tints of Midnight #253241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 65 (25.78% from 255) = 42.76%

R = 24.34%
G = 32.89%
B = 42.76%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253241 (or 0x253241) is known color: Midnight. HEX triplet: 25, 32 and 41. RGB value is (37,50,65). Sum of RGB (Red+Green+Blue) = 37+50+65=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #253241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253241 is #DACDBE. Grayscale: #2F2F2F. Windows color (decimal): -14339519 or 4272677. OLE color: 4272677.

HSL color Cylindrical-coordinate representation of color #253241: hue angle of 212.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #253241 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 50 65 -
CMYK 0.43 0.23 0 0.75
HSL 212.14º 0.27% 0.2% -
HSV(B) 212.14º 0.43% 0.25% -
XYZ 2.86 3.06 5.44 -
YUV 47.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 37 50 65 0.43 0.23 0 0.75 212.14 0.27 0.2
Hex 25 32 41 2B 17 0 4B D4 1B 14
Octal 45 62 101 53 27 0 113 324 33 24
Binary 100101 110010 1000001 101011 10111 0 1001011 11010100 11011 10100

Color Harmonies of #253241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253241

Black with #253241

Text Example


Text Example

White with #253241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253241; }

 p { color: rgb(37,50,65); }

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

background-color css

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

 a { background-color: rgb(37,50,65); }

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

border-color css

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

 span { border-color: rgb(37,50,65); }

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