Html Css Color HEX #252E38 Midnight

📋 copy color: '#252E38'

red 37 ◦ green 46 ◦ blue 56

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

Shades of Midnight #252E38

Tints of Midnight #252E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.09%

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

R = 26.62%
G = 33.09%
B = 40.29%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252E38 (or 0x252E38) is known color: Midnight. HEX triplet: 25, 2E and 38. RGB value is (37,46,56). Sum of RGB (Red+Green+Blue) = 37+46+56=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #252E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E38 is #DAD1C7. Grayscale: #2C2C2C. Windows color (decimal): -14340552 or 3681829. OLE color: 3681829.

HSL color Cylindrical-coordinate representation of color #252E38: hue angle of 211.58º 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 #252E38 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 46 56 -
CMYK 0.34 0.18 0 0.78
HSL 211.58º 0.2% 0.18% -
HSV(B) 211.58º 0.34% 0.22% -
XYZ 2.45 2.63 4.12 -
YUV 44.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 37 46 56 0.34 0.18 0 0.78 211.58 0.2 0.18
Hex 25 2E 38 22 12 0 4E D4 14 12
Octal 45 56 70 42 22 0 116 324 24 22
Binary 100101 101110 111000 100010 10010 0 1001110 11010100 10100 10010

Color Harmonies of #252E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E38

Black with #252E38

Text Example


Text Example

White with #252E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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