Html Css Color HEX #252D38 Midnight

📋 copy color: '#252D38'

red 37 ◦ green 45 ◦ blue 56

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

Shades of Midnight #252D38

Tints of Midnight #252D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40.58%

R = 26.81%
G = 32.61%
B = 40.58%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252D38 (or 0x252D38) is known color: Midnight. HEX triplet: 25, 2D and 38. RGB value is (37,45,56). Sum of RGB (Red+Green+Blue) = 37+45+56=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #252D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D38 is #DAD2C7. Grayscale: #2B2B2B. Windows color (decimal): -14340808 or 3681573. OLE color: 3681573.

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

Color convert

RGB 37 45 56 -
CMYK 0.34 0.20 0 0.78
HSL 214.74º 0.2% 0.18% -
HSV(B) 214.74º 0.34% 0.22% -
XYZ 2.42 2.56 4.11 -
YUV 43.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 37 45 56 0.34 0.20 0 0.78 214.74 0.2 0.18
Hex 25 2D 38 22 14 0 4E D7 14 12
Octal 45 55 70 42 24 0 116 327 24 22
Binary 100101 101101 111000 100010 10100 0 1001110 11010111 10100 10010

Color Harmonies of #252D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D38

Black with #252D38

Text Example


Text Example

White with #252D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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