Html Css Color HEX #252D39 Midnight

📋 copy color: '#252D39'

red 37 ◦ green 45 ◦ blue 57

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

Shades of Midnight #252D39

Tints of Midnight #252D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

 BLUE value IS 57 (22.66% from 255) = 41.01%

R = 26.62%
G = 32.37%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252D39 (or 0x252D39) is known color: Midnight. HEX triplet: 25, 2D and 39. RGB value is (37,45,57). Sum of RGB (Red+Green+Blue) = 37+45+57=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #252D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D39 is #DAD2C6. Grayscale: #2B2B2B. Windows color (decimal): -14340807 or 3747109. OLE color: 3747109.

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

Color convert

RGB 37 45 57 -
CMYK 0.35 0.21 0 0.78
HSL 216º 0.21% 0.18% -
HSV(B) 216º 0.35% 0.22% -
XYZ 2.44 2.57 4.24 -
YUV 43.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 37 45 57 0.35 0.21 0 0.78 216 0.21 0.18
Hex 25 2D 39 23 15 0 4E D8 15 12
Octal 45 55 71 43 25 0 116 330 25 22
Binary 100101 101101 111001 100011 10101 0 1001110 11011000 10101 10010

Color Harmonies of #252D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D39

Black with #252D39

Text Example


Text Example

White with #252D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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