Html Css Color HEX #212931 Blue Charcoal

📋 copy color: '#212931'

red 33 ◦ green 41 ◦ blue 49

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

Shades of Blue Charcoal #212931

Tints of Blue Charcoal #212931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 39.84%

R = 26.83%
G = 33.33%
B = 39.84%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212931 (or 0x212931) is known color: Blue Charcoal. HEX triplet: 21, 29 and 31. RGB value is (33,41,49). Sum of RGB (Red+Green+Blue) = 33+41+49=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #212931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212931 is #DED6CE. Grayscale: #272727. Windows color (decimal): -14603983 or 3221793. OLE color: 3221793.

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

Color convert

RGB 33 41 49 -
CMYK 0.33 0.16 0 0.81
HSL 210º 0.2% 0.16% -
HSV(B) 210º 0.33% 0.19% -
XYZ 1.97 2.13 3.21 -
YUV 39.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 33 41 49 0.33 0.16 0 0.81 210 0.2 0.16
Hex 21 29 31 21 10 0 51 D2 14 10
Octal 41 51 61 41 20 0 121 322 24 20
Binary 100001 101001 110001 100001 10000 0 1010001 11010010 10100 10000

Color Harmonies of #212931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212931

Black with #212931

Text Example


Text Example

White with #212931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212931; }

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

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

background-color css

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

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

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

border-color css

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

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

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