Html Css Color HEX #23313C Midnight

📋 copy color: '#23313C'

red 35 ◦ green 49 ◦ blue 60

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

Shades of Midnight #23313C

Tints of Midnight #23313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 24.31%
G = 34.03%
B = 41.67%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23313C (or 0x23313C) is known color: Midnight. HEX triplet: 23, 31 and 3C. RGB value is (35,49,60). Sum of RGB (Red+Green+Blue) = 35+49+60=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #23313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23313C is #DCCEC3. Grayscale: #2E2E2E. Windows color (decimal): -14470852 or 3944739. OLE color: 3944739.

HSL color Cylindrical-coordinate representation of color #23313C: hue angle of 206.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23313C is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 49 60 -
CMYK 0.42 0.18 0 0.76
HSL 206.4º 0.26% 0.19% -
HSV(B) 206.4º 0.42% 0.24% -
XYZ 2.61 2.88 4.69 -
YUV 46.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 35 49 60 0.42 0.18 0 0.76 206.4 0.26 0.19
Hex 23 31 3C 2A 12 0 4C CE 1A 13
Octal 43 61 74 52 22 0 114 316 32 23
Binary 100011 110001 111100 101010 10010 0 1001100 11001110 11010 10011

Color Harmonies of #23313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23313C

Black with #23313C

Text Example


Text Example

White with #23313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23313C; }

 p { color: rgb(35,49,60); }

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

background-color css

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

 a { background-color: rgb(35,49,60); }

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

border-color css

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

 span { border-color: rgb(35,49,60); }

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