Html Css Color HEX #232840 Midnight Express

📋 copy color: '#232840'

red 35 ◦ green 40 ◦ blue 64

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

Shades of Midnight Express #232840

Tints of Midnight Express #232840

RGB

 RED value IS 35 (14.06% from 255) = 25.18%

 GREEN value IS 40 (16.02% from 255) = 28.78%

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

R = 25.18%
G = 28.78%
B = 46.04%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232840 (or 0x232840) is known color: Midnight Express. HEX triplet: 23, 28 and 40. RGB value is (35,40,64). Sum of RGB (Red+Green+Blue) = 35+40+64=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #232840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232840 is #DCD7BF. Grayscale: #292929. Windows color (decimal): -14473152 or 4204579. OLE color: 4204579.

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

Color convert

RGB 35 40 64 -
CMYK 0.45 0.38 0 0.75
HSL 229.66º 0.29% 0.19% -
HSV(B) 229.66º 0.45% 0.25% -
XYZ 2.38 2.25 5.16 -
YUV 41.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 35 40 64 0.45 0.38 0 0.75 229.66 0.29 0.19
Hex 23 28 40 2D 26 0 4B E6 1D 13
Octal 43 50 100 55 46 0 113 346 35 23
Binary 100011 101000 1000000 101101 100110 0 1001011 11100110 11101 10011

Color Harmonies of #232840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232840

Black with #232840

Text Example


Text Example

White with #232840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232840; }

 p { color: rgb(35,40,64); }

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

background-color css

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

 a { background-color: rgb(35,40,64); }

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

border-color css

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

 span { border-color: rgb(35,40,64); }

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