Html Css Color HEX #2B2D35 Midnight Express

📋 copy color: '#2B2D35'

red 43 ◦ green 45 ◦ blue 53

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

Shades of Midnight Express #2B2D35

Tints of Midnight Express #2B2D35

RGB

 RED value IS 43 (17.19% from 255) = 30.5%

 GREEN value IS 45 (17.97% from 255) = 31.91%

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 30.5%
G = 31.91%
B = 37.59%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2B2D35 (or 0x2B2D35) is known color: 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

RGB 43 45 53 -
CMYK 0.19 0.15 0 0.79
HSL 228º 0.1% 0.19% -
HSV(B) 228º 0.19% 0.21% -
XYZ 2.58 2.65 3.74 -
YUV 45.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 43 45 53 0.19 0.15 0 0.79 228 0.1 0.19
Hex 2B 2D 35 13 F 0 4F E4 A 13
Octal 53 55 65 23 17 0 117 344 12 23
Binary 101011 101101 110101 10011 1111 0 1001111 11100100 1010 10011

Color Harmonies of #2B2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2D35

Black with #2B2D35

Text Example


Text Example

White with #2B2D35

Text Example


Text Example

HTML Codes & Css Web 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>