Html Css Color HEX #242B41 Midnight Express

📋 copy color: '#242B41'

red 36 ◦ green 43 ◦ blue 65

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

Shades of Midnight Express #242B41

Tints of Midnight Express #242B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

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

R = 25%
G = 29.86%
B = 45.14%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#242B41 (or 0x242B41) is known color: Midnight Express. HEX triplet: 24, 2B and 41. RGB value is (36,43,65). Sum of RGB (Red+Green+Blue) = 36+43+65=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #242B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B41 is #DBD4BE. Grayscale: #2B2B2B. Windows color (decimal): -14406847 or 4270884. OLE color: 4270884.

HSL color Cylindrical-coordinate representation of color #242B41: hue angle of 225.52º 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 #242B41 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 43 65 -
CMYK 0.45 0.34 0 0.75
HSL 225.52º 0.29% 0.2% -
HSV(B) 225.52º 0.45% 0.25% -
XYZ 2.55 2.48 5.35 -
YUV 43.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 36 43 65 0.45 0.34 0 0.75 225.52 0.29 0.2
Hex 24 2B 41 2D 22 0 4B E2 1D 14
Octal 44 53 101 55 42 0 113 342 35 24
Binary 100100 101011 1000001 101101 100010 0 1001011 11100010 11101 10100

Color Harmonies of #242B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B41

Black with #242B41

Text Example


Text Example

White with #242B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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