Html Css Color HEX #232935 Midnight Express

📋 copy color: '#232935'

red 35 ◦ green 41 ◦ blue 53

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

Shades of Midnight Express #232935

Tints of Midnight Express #232935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.78%

 BLUE value IS 53 (21.09% from 255) = 41.09%

R = 27.13%
G = 31.78%
B = 41.09%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#232935 (or 0x232935) is known color: Midnight Express. HEX triplet: 23, 29 and 35. RGB value is (35,41,53). Sum of RGB (Red+Green+Blue) = 35+41+53=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 53 - color contains mainly: blue. Hex color #232935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232935 is #DCD6CA. Grayscale: #282828. Windows color (decimal): -14472907 or 3483939. OLE color: 3483939.

HSL color Cylindrical-coordinate representation of color #232935: hue angle of 220º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #232935 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 41 53 -
CMYK 0.34 0.23 0 0.79
HSL 220º 0.2% 0.17% -
HSV(B) 220º 0.34% 0.21% -
XYZ 2.13 2.2 3.68 -
YUV 40.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 35 41 53 0.34 0.23 0 0.79 220 0.2 0.17
Hex 23 29 35 22 17 0 4F DC 14 11
Octal 43 51 65 42 27 0 117 334 24 21
Binary 100011 101001 110101 100010 10111 0 1001111 11011100 10100 10001

Color Harmonies of #232935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232935

Black with #232935

Text Example


Text Example

White with #232935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232935; }

 p { color: rgb(35,41,53); }

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

background-color css

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

 a { background-color: rgb(35,41,53); }

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

border-color css

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

 span { border-color: rgb(35,41,53); }

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