Html Css Color HEX #232841 Midnight Express

📋 copy color: '#232841'

red 35 ◦ green 40 ◦ blue 65

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

Shades of Midnight Express #232841

Tints of Midnight Express #232841

RGB

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

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

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

R = 25%
G = 28.57%
B = 46.43%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#232841 (or 0x232841) is known color: Midnight Express. HEX triplet: 23, 28 and 41. RGB value is (35,40,65). Sum of RGB (Red+Green+Blue) = 35+40+65=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #232841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232841 is #DCD7BE. Grayscale: #292929. Windows color (decimal): -14473151 or 4270115. OLE color: 4270115.

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

Color convert

RGB 35 40 65 -
CMYK 0.46 0.38 0 0.75
HSL 230º 0.3% 0.2% -
HSV(B) 230º 0.46% 0.25% -
XYZ 2.41 2.26 5.31 -
YUV 41.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 35 40 65 0.46 0.38 0 0.75 230 0.3 0.2
Hex 23 28 41 2E 26 0 4B E6 1E 14
Octal 43 50 101 56 46 0 113 346 36 24
Binary 100011 101000 1000001 101110 100110 0 1001011 11100110 11110 10100

Color Harmonies of #232841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232841

Black with #232841

Text Example


Text Example

White with #232841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232841; }

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

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

background-color css

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

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

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

border-color css

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

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

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