Html Css Color HEX #21282E Blue Charcoal

📋 copy color: '#21282E'

red 33 ◦ green 40 ◦ blue 46

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

Shades of Blue Charcoal #21282E

Tints of Blue Charcoal #21282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.66%

R = 27.73%
G = 33.61%
B = 38.66%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21282E (or 0x21282E) is known color: Blue Charcoal. HEX triplet: 21, 28 and 2E. RGB value is (33,40,46). Sum of RGB (Red+Green+Blue) = 33+40+46=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #21282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282E is #DED7D1. Grayscale: #262626. Windows color (decimal): -14604242 or 3024929. OLE color: 3024929.

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

Color convert

RGB 33 40 46 -
CMYK 0.28 0.13 0 0.82
HSL 207.69º 0.16% 0.15% -
HSV(B) 207.69º 0.28% 0.18% -
XYZ 1.88 2.04 2.88 -
YUV 38.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 33 40 46 0.28 0.13 0 0.82 207.69 0.16 0.15
Hex 21 28 2E 1C D 0 52 D0 10 F
Octal 41 50 56 34 15 0 122 320 20 17
Binary 100001 101000 101110 11100 1101 0 1010010 11010000 10000 1111

Color Harmonies of #21282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21282E

Black with #21282E

Text Example


Text Example

White with #21282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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