Html Css Color HEX #253340 Midnight

📋 copy color: '#253340'

red 37 ◦ green 51 ◦ blue 64

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

Shades of Midnight #253340

Tints of Midnight #253340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 24.34%
G = 33.55%
B = 42.11%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253340 (or 0x253340) is known color: Midnight. HEX triplet: 25, 33 and 40. RGB value is (37,51,64). Sum of RGB (Red+Green+Blue) = 37+51+64=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #253340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253340 is #DACCBF. Grayscale: #303030. Windows color (decimal): -14339264 or 4207397. OLE color: 4207397.

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

Color convert

RGB 37 51 64 -
CMYK 0.42 0.20 0 0.75
HSL 208.89º 0.27% 0.2% -
HSV(B) 208.89º 0.42% 0.25% -
XYZ 2.87 3.13 5.3 -
YUV 48.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 37 51 64 0.42 0.20 0 0.75 208.89 0.27 0.2
Hex 25 33 40 2A 14 0 4B D1 1B 14
Octal 45 63 100 52 24 0 113 321 33 24
Binary 100101 110011 1000000 101010 10100 0 1001011 11010001 11011 10100

Color Harmonies of #253340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253340

Black with #253340

Text Example


Text Example

White with #253340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253340; }

 p { color: rgb(37,51,64); }

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

background-color css

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

 a { background-color: rgb(37,51,64); }

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

border-color css

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

 span { border-color: rgb(37,51,64); }

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