#2A333D

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

Shades of Midnight #2A333D

Tints of Midnight #2A333D

Color information

#2A333D (or 0x2A333D) is unknown color: approx Midnight. HEX triplet: 2A, 33 and 3D. RGB value is (42,51,61). Sum of RGB (Red+Green+Blue) = 42+51+61=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A333D is #D5CCC2. Grayscale: #313131. Windows color (decimal): -14011587 or 4010794. OLE color: 4010794.

HSL color Cylindrical-coordinate representation of color #2A333D: hue angle of 211.58º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A333D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB425161-
CMYK0.310.1600.76
HSL211.58º18.45%20.2%-
HSV(B)211.58º31.15%23.92%-
XYZ2.983.24.87-
YUV49.45134.52122.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.27%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=27.27%
G=33.12%
B=39.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4251610.310.1600.76211.5818.4520.2
Hex2A333D1F1004Cd41214
Octal526375372001143242224
Binary101010110011111101111111000001001100110101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A333D; }

 p { color: rgb(42,51,61); }

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

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

 a { background-color: rgb(42,51,61); }

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

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

 span { border-color: rgb(42,51,61); }

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