#212427

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

Shades of Blue Charcoal #212427

Tints of Blue Charcoal #212427

Color information

#212427 (or 0x212427) is unknown color: approx Blue Charcoal. HEX triplet: 21, 24 and 27. RGB value is (33,36,39). Sum of RGB (Red+Green+Blue) = 33+36+39=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 39 - color contains mainly: blue. Hex color #212427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212427 is #DEDBD8. Grayscale: #232323. Windows color (decimal): -14605273 or 2565153. OLE color: 2565153.

HSL color Cylindrical-coordinate representation of color #212427: hue angle of 210º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212427 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB333639-
CMYK0.150.0800.85
HSL210º8.33%14.12%-
HSV(B)210º15.38%15.29%-
XYZ1.621.732.17-
YUV35.44130.01126.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=30.56%
G=33.33%
B=36.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3336390.150.0800.852108.3314.12
Hex212427F8055d28e
Octal414447171001253221016
Binary10000110010010011111111000010101011101001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212427; }

 p { color: rgb(33,36,39); }

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

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

 a { background-color: rgb(33,36,39); }

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

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

 span { border-color: rgb(33,36,39); }

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