#232D3D

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

Shades of Midnight #232D3D

Tints of Midnight #232D3D

Color information

#232D3D (or 0x232D3D) is unknown color: approx Midnight. HEX triplet: 23, 2D and 3D. RGB value is (35,45,61). Sum of RGB (Red+Green+Blue) = 35+45+61=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #232D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D3D is #DCD2C2. Grayscale: #2B2B2B. Windows color (decimal): -14471875 or 4009251. OLE color: 4009251.

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

Color convert

RGB354561-
CMYK0.430.2600.76
HSL216.92º27.08%18.82%-
HSV(B)216.92º42.62%23.92%-
XYZ2.472.574.78-
YUV43.83137.69121.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=24.82%
G=31.91%
B=43.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3545610.430.2600.76216.9227.0818.82
Hex232D3D2B1A04Cd91b13
Octal435575533201143313323
Binary1000111011011111011010111101001001100110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232D3D; }

 p { color: rgb(35,45,61); }

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

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

 a { background-color: rgb(35,45,61); }

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

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

 span { border-color: rgb(35,45,61); }

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