Html Css Color HEX #212530 Midnight Express

📋 copy color: '#212530'

red 33 ◦ green 37 ◦ blue 48

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

Shades of Midnight Express #212530

Tints of Midnight Express #212530

RGB

 RED value IS 33 (13.28% from 255) = 27.97%

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 27.97%
G = 31.36%
B = 40.68%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212530 (or 0x212530) is known color: Midnight Express. HEX triplet: 21, 25 and 30. RGB value is (33,37,48). Sum of RGB (Red+Green+Blue) = 33+37+48=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #212530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212530 is #DEDACF. Grayscale: #252525. Windows color (decimal): -14605008 or 3155233. OLE color: 3155233.

HSL color Cylindrical-coordinate representation of color #212530: hue angle of 224º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212530 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 37 48 -
CMYK 0.31 0.23 0 0.81
HSL 224º 0.19% 0.16% -
HSV(B) 224º 0.31% 0.19% -
XYZ 1.82 1.86 3.06 -
YUV 37.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 33 37 48 0.31 0.23 0 0.81 224 0.19 0.16
Hex 21 25 30 1F 17 0 51 E0 13 10
Octal 41 45 60 37 27 0 121 340 23 20
Binary 100001 100101 110000 11111 10111 0 1010001 11100000 10011 10000

Color Harmonies of #212530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212530

Black with #212530

Text Example


Text Example

White with #212530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212530; }

 p { color: rgb(33,37,48); }

 H1.HeaderClassName
 {
   color: #212530;
 }
 .AnyTagClassName
 {
   color: #212530;
 }
</style>

background-color css

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

 a { background-color: rgb(33,37,48); }

 div.DivClassName
 {
   background-color: #212530;
 }
 .BgClassName
 {
   background-color: #212530;
 }
</style>

border-color css

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

 span { border-color: rgb(33,37,48); }

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