Html Css Color HEX #21282F Blue Charcoal

📋 copy color: '#21282F'

red 33 ◦ green 40 ◦ blue 47

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

Shades of Blue Charcoal #21282F

Tints of Blue Charcoal #21282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 27.5%
G = 33.33%
B = 39.17%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21282F (or 0x21282F) is known color: Blue Charcoal. HEX triplet: 21, 28 and 2F. RGB value is (33,40,47). Sum of RGB (Red+Green+Blue) = 33+40+47=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #21282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282F is #DED7D0. Grayscale: #262626. Windows color (decimal): -14604241 or 3090465. OLE color: 3090465.

HSL color Cylindrical-coordinate representation of color #21282F: hue angle of 210º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21282F is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 40 47 -
CMYK 0.30 0.15 0 0.82
HSL 210º 0.18% 0.16% -
HSV(B) 210º 0.3% 0.18% -
XYZ 1.9 2.05 2.98 -
YUV 38.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 33 40 47 0.30 0.15 0 0.82 210 0.18 0.16
Hex 21 28 2F 1E F 0 52 D2 12 10
Octal 41 50 57 36 17 0 122 322 22 20
Binary 100001 101000 101111 11110 1111 0 1010010 11010010 10010 10000

Color Harmonies of #21282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21282F

Black with #21282F

Text Example


Text Example

White with #21282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21282F; }

 p { color: rgb(33,40,47); }

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

background-color css

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

 a { background-color: rgb(33,40,47); }

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

border-color css

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

 span { border-color: rgb(33,40,47); }

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