Html Css Color HEX #212930 Blue Charcoal

📋 copy color: '#212930'

red 33 ◦ green 41 ◦ blue 48

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

Shades of Blue Charcoal #212930

Tints of Blue Charcoal #212930

RGB

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

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

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

R = 27.05%
G = 33.61%
B = 39.34%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212930 (or 0x212930) is known color: Blue Charcoal. HEX triplet: 21, 29 and 30. RGB value is (33,41,48). Sum of RGB (Red+Green+Blue) = 33+41+48=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 48 - color contains mainly: blue. Hex color #212930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212930 is #DED6CF. Grayscale: #272727. Windows color (decimal): -14603984 or 3156257. OLE color: 3156257.

HSL color Cylindrical-coordinate representation of color #212930: hue angle of 208º 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 #212930 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 41 48 -
CMYK 0.31 0.15 0 0.81
HSL 208º 0.19% 0.16% -
HSV(B) 208º 0.31% 0.19% -
XYZ 1.95 2.12 3.1 -
YUV 39.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 33 41 48 0.31 0.15 0 0.81 208 0.19 0.16
Hex 21 29 30 1F F 0 51 D0 13 10
Octal 41 51 60 37 17 0 121 320 23 20
Binary 100001 101001 110000 11111 1111 0 1010001 11010000 10011 10000

Color Harmonies of #212930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212930

Black with #212930

Text Example


Text Example

White with #212930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212930; }

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

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

background-color css

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

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

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

border-color css

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

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

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