Html Css Color HEX #242F41 Midnight

📋 copy color: '#242F41'

red 36 ◦ green 47 ◦ blue 65

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

Shades of Midnight #242F41

Tints of Midnight #242F41

RGB

 RED value IS 36 (14.45% from 255) = 24.32%

 GREEN value IS 47 (18.75% from 255) = 31.76%

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

R = 24.32%
G = 31.76%
B = 43.92%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#242F41 (or 0x242F41) is known color: Midnight. HEX triplet: 24, 2F and 41. RGB value is (36,47,65). Sum of RGB (Red+Green+Blue) = 36+47+65=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #242F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F41 is #DBD0BE. Grayscale: #2D2D2D. Windows color (decimal): -14405823 or 4271908. OLE color: 4271908.

HSL color Cylindrical-coordinate representation of color #242F41: hue angle of 217.24º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #242F41 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 47 65 -
CMYK 0.45 0.28 0 0.75
HSL 217.24º 0.29% 0.2% -
HSV(B) 217.24º 0.45% 0.25% -
XYZ 2.7 2.79 5.4 -
YUV 45.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 36 47 65 0.45 0.28 0 0.75 217.24 0.29 0.2
Hex 24 2F 41 2D 1C 0 4B D9 1D 14
Octal 44 57 101 55 34 0 113 331 35 24
Binary 100100 101111 1000001 101101 11100 0 1001011 11011001 11101 10100

Color Harmonies of #242F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F41

Black with #242F41

Text Example


Text Example

White with #242F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242F41; }

 p { color: rgb(36,47,65); }

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

background-color css

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

 a { background-color: rgb(36,47,65); }

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

border-color css

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

 span { border-color: rgb(36,47,65); }

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