#2B2D35

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

Shades of Midnight Express #2B2D35

Tints of Midnight Express #2B2D35

Color information

#2B2D35 (or 0x2B2D35) is unknown color: approx Midnight Express. HEX triplet: 2B, 2D and 35. RGB value is (43,45,53). Sum of RGB (Red+Green+Blue) = 43+45+53=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B2D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D35 is #D4D2CA. Grayscale: #2D2D2D. Windows color (decimal): -13947595 or 3484971. OLE color: 3484971.

HSL color Cylindrical-coordinate representation of color #2B2D35: hue angle of 228º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2D35 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB434553-
CMYK0.190.1500.79
HSL228º10.42%18.82%-
HSV(B)228º18.87%20.78%-
XYZ2.582.653.74-
YUV45.31132.34126.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=30.50%
G=31.91%
B=37.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4345530.190.1500.7922810.4218.82
Hex2B2D3513F04Fe4a13
Octal535565231701173441223
Binary1010111011011101011001111110100111111100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,53); }

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

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

 a { background-color: rgb(43,45,53); }

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

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

 span { border-color: rgb(43,45,53); }

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