#233040

Color #233040 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #233040

Tints of Midnight #233040

Color information

#233040 (or 0x233040) is unknown color: approx Midnight. HEX triplet: 23, 30 and 40. RGB value is (35,48,64). Sum of RGB (Red+Green+Blue) = 35+48+64=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #233040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233040 is #DCCFBF. Grayscale: #2D2D2D. Windows color (decimal): -14471104 or 4206627. OLE color: 4206627.

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

Color convert

RGB354864-
CMYK0.450.2500.75
HSL213.1º29.29%19.41%-
HSV(B)213.1º45.31%25.1%-
XYZ2.682.845.26-
YUV45.94138.19120.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=23.81%
G=32.65%
B=43.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3548640.450.2500.75213.129.2919.41
Hex2330402D1904Bd51d13
Octal4360100553101133253523
Binary10001111000010000001011011100101001011110101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233040; }

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

 H1.HeaderClassName
 {
   color: #233040;
 }
 .AnyTagClassName
 {
   color: #233040;
 }
</style>
background-color css

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

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

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

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

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

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