Html Css Color HEX #283340 Midnight

📋 copy color: '#283340'

red 40 ◦ green 51 ◦ blue 64

#283340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight #283340

Tints of Midnight #283340

RGB

 RED value IS 40 (16.02% from 255) = 25.81%

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 25.81%
G = 32.9%
B = 41.29%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283340 (or 0x283340) is known color: Midnight. HEX triplet: 28, 33 and 40. RGB value is (40,51,64). Sum of RGB (Red+Green+Blue) = 40+51+64=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #283340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283340 is #D7CCBF. Grayscale: #313131. Windows color (decimal): -14142656 or 4207400. OLE color: 4207400.

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

Color convert

RGB 40 51 64 -
CMYK 0.38 0.20 0 0.75
HSL 212.5º 0.23% 0.2% -
HSV(B) 212.5º 0.38% 0.25% -
XYZ 2.98 3.19 5.31 -
YUV 49.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 40 51 64 0.38 0.20 0 0.75 212.5 0.23 0.2
Hex 28 33 40 26 14 0 4B D4 17 14
Octal 50 63 100 46 24 0 113 324 27 24
Binary 101000 110011 1000000 100110 10100 0 1001011 11010100 10111 10100

Color Harmonies of #283340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283340

Black with #283340

Text Example


Text Example

White with #283340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283340; }

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

 H1.HeaderClassName
 {
   color: #283340;
 }
 .AnyTagClassName
 {
   color: #283340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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