#212529

Color #212529 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #212529

Tints of Blue Charcoal #212529

Color information

#212529 (or 0x212529) is unknown color: approx Blue Charcoal. HEX triplet: 21, 25 and 29. RGB value is (33,37,41). Sum of RGB (Red+Green+Blue) = 33+37+41=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 41 - color contains mainly: blue. Hex color #212529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212529 is #DEDAD6. Grayscale: #242424. Windows color (decimal): -14605015 or 2696481. OLE color: 2696481.

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

Color convert

RGB333741-
CMYK0.200.1000.84
HSL210º10.81%14.51%-
HSV(B)210º19.51%16.08%-
XYZ1.691.812.36-
YUV36.26130.67125.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=29.73%
G=33.33%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3337410.200.1000.8421010.8114.51
Hex21252914A054d2bf
Octal414551241201243221317
Binary100001100101101001101001010010101001101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212529; }

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

 H1.HeaderClassName
 {
   color: #212529;
 }
 .AnyTagClassName
 {
   color: #212529;
 }
</style>
background-color css

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

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

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

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

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

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