#283342

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

Shades of Midnight #283342

Tints of Midnight #283342

Color information

#283342 (or 0x283342) is unknown color: approx Midnight. HEX triplet: 28, 33 and 42. RGB value is (40,51,66). Sum of RGB (Red+Green+Blue) = 40+51+66=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 66 - color contains mainly: blue. Hex color #283342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283342 is #D7CCBD. Grayscale: #313131. Windows color (decimal): -14142654 or 4338472. OLE color: 4338472.

HSL color Cylindrical-coordinate representation of color #283342: hue angle of 214.62º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #283342 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB405166-
CMYK0.390.2300.74
HSL214.62º24.53%20.78%-
HSV(B)214.62º39.39%25.88%-
XYZ3.043.215.61-
YUV49.42137.36121.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=25.48%
G=32.48%
B=42.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4051660.390.2300.74214.6224.5320.78
Hex283342271704Ad71915
Octal5063102472701123273125
Binary10100011001110000101001111011101001010110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283342; }

 p { color: rgb(40,51,66); }

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

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

 a { background-color: rgb(40,51,66); }

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

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

 span { border-color: rgb(40,51,66); }

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