#22313D

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

Shades of Midnight #22313D

Tints of Midnight #22313D

Color information

#22313D (or 0x22313D) is unknown color: approx Midnight. HEX triplet: 22, 31 and 3D. RGB value is (34,49,61). Sum of RGB (Red+Green+Blue) = 34+49+61=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #22313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22313D is #DDCEC2. Grayscale: #2D2D2D. Windows color (decimal): -14536387 or 4010274. OLE color: 4010274.

HSL color Cylindrical-coordinate representation of color #22313D: hue angle of 206.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #22313D is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB344961-
CMYK0.440.2000.76
HSL206.67º28.42%18.63%-
HSV(B)206.67º44.26%23.92%-
XYZ2.62.874.83-
YUV45.88136.53119.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=23.61%
G=34.03%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3449610.440.2000.76206.6728.4218.63
Hex22313D2C1404Ccf1c13
Octal426175542401143173423
Binary1000101100011111011011001010001001100110011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22313D; }

 p { color: rgb(34,49,61); }

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

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

 a { background-color: rgb(34,49,61); }

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

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

 span { border-color: rgb(34,49,61); }

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