Html Css Color HEX #213143 Midnight

📋 copy color: '#213143'

red 33 ◦ green 49 ◦ blue 67

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

Shades of Midnight #213143

Tints of Midnight #213143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 22.15%
G = 32.89%
B = 44.97%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#213143 (or 0x213143) is known color: Midnight. HEX triplet: 21, 31 and 43. RGB value is (33,49,67). Sum of RGB (Red+Green+Blue) = 33+49+67=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #213143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213143 is #DECEBC. Grayscale: #2E2E2E. Windows color (decimal): -14601917 or 4403489. OLE color: 4403489.

HSL color Cylindrical-coordinate representation of color #213143: hue angle of 211.76º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213143 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 49 67 -
CMYK 0.51 0.27 0 0.74
HSL 211.76º 0.34% 0.2% -
HSV(B) 211.76º 0.51% 0.26% -
XYZ 2.74 2.93 5.73 -
YUV 46.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 33 49 67 0.51 0.27 0 0.74 211.76 0.34 0.2
Hex 21 31 43 33 1B 0 4A D4 22 14
Octal 41 61 103 63 33 0 112 324 42 24
Binary 100001 110001 1000011 110011 11011 0 1001010 11010100 100010 10100

Color Harmonies of #213143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213143

Black with #213143

Text Example


Text Example

White with #213143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213143; }

 p { color: rgb(33,49,67); }

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

background-color css

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

 a { background-color: rgb(33,49,67); }

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

border-color css

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

 span { border-color: rgb(33,49,67); }

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