#262A33

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

Shades of Midnight Express #262A33

Tints of Midnight Express #262A33

Color information

#262A33 (or 0x262A33) is unknown color: approx Midnight Express. HEX triplet: 26, 2A and 33. RGB value is (38,42,51). Sum of RGB (Red+Green+Blue) = 38+42+51=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 51 - color contains mainly: blue. Hex color #262A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A33 is #D9D5CC. Grayscale: #292929. Windows color (decimal): -14276045 or 3353126. OLE color: 3353126.

HSL color Cylindrical-coordinate representation of color #262A33: hue angle of 221.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #262A33 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB384251-
CMYK0.250.1800.8
HSL221.54º14.61%17.45%-
HSV(B)221.54º25.49%20%-
XYZ2.222.313.46-
YUV41.83133.17125.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.01%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 51 (20.31% from 255) = 38.93%
R=29.01%
G=32.06%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3842510.250.1800.8221.5414.6117.45
Hex262A331912050def11
Octal465263312201203361721
Binary10011010101011001111001100100101000011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A33; }

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

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

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

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

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

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

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

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