#283240

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

Shades of Midnight #283240

Tints of Midnight #283240

Color information

#283240 (or 0x283240) is unknown color: approx Midnight. HEX triplet: 28, 32 and 40. RGB value is (40,50,64). Sum of RGB (Red+Green+Blue) = 40+50+64=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #283240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283240 is #D7CDBF. Grayscale: #303030. Windows color (decimal): -14142912 or 4207144. OLE color: 4207144.

HSL color Cylindrical-coordinate representation of color #283240: hue angle of 215º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283240 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB405064-
CMYK0.380.2200.75
HSL215º23.08%20.39%-
HSV(B)215º37.5%25.1%-
XYZ2.943.15.29-
YUV48.61136.69121.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=25.97%
G=32.47%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4050640.380.2200.7521523.0820.39
Hex283240261604Bd71714
Octal5062100462601133272724
Binary10100011001010000001001101011001001011110101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283240; }

 p { color: rgb(40,50,64); }

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

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

 a { background-color: rgb(40,50,64); }

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

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

 span { border-color: rgb(40,50,64); }

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