#233141

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

Shades of Midnight #233141

Tints of Midnight #233141

Color information

#233141 (or 0x233141) is unknown color: approx Midnight. HEX triplet: 23, 31 and 41. RGB value is (35,49,65). Sum of RGB (Red+Green+Blue) = 35+49+65=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #233141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233141 is #DCCEBE. Grayscale: #2E2E2E. Windows color (decimal): -14470847 or 4272419. OLE color: 4272419.

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

Color convert

RGB354965-
CMYK0.460.2500.75
HSL212º30%19.61%-
HSV(B)212º46.15%25.49%-
XYZ2.752.945.42-
YUV46.64138.36119.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 65 (25.78% from 255) = 43.62%
R=23.49%
G=32.89%
B=43.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3549650.460.2500.752123019.61
Hex2331412E1904Bd41e14
Octal4361101563101133243624
Binary10001111000110000011011101100101001011110101001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233141; }

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

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

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

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

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

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

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

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