#2A333B

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

Shades of Midnight #2A333B

Tints of Midnight #2A333B

Color information

#2A333B (or 0x2A333B) is unknown color: approx Midnight. HEX triplet: 2A, 33 and 3B. RGB value is (42,51,59). Sum of RGB (Red+Green+Blue) = 42+51+59=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A333B is #D5CCC4. Grayscale: #313131. Windows color (decimal): -14011589 or 3879722. OLE color: 3879722.

HSL color Cylindrical-coordinate representation of color #2A333B: hue angle of 208.24º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A333B is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB425159-
CMYK0.290.1400.77
HSL208.24º16.83%19.8%-
HSV(B)208.24º28.81%23.14%-
XYZ2.933.184.6-
YUV49.22133.52122.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=27.63%
G=33.55%
B=38.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4251590.290.1400.77208.2416.8319.8
Hex2A333B1DE04Dd01114
Octal526373351601153202124
Binary10101011001111101111101111001001101110100001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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