Html Css Color HEX #212427 Blue Charcoal

📋 copy color: '#212427'

red 33 ◦ green 36 ◦ blue 39

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

Shades of Blue Charcoal #212427

Tints of Blue Charcoal #212427

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.63% from 255) = 36.11%

R = 30.56%
G = 33.33%
B = 36.11%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#212427 (or 0x212427) is known color: 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

RGB 33 36 39 -
CMYK 0.15 0.08 0 0.85
HSL 210º 0.08% 0.14% -
HSV(B) 210º 0.15% 0.15% -
XYZ 1.62 1.73 2.17 -
YUV 35.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 33 36 39 0.15 0.08 0 0.85 210 0.08 0.14
Hex 21 24 27 F 8 0 55 D2 8 E
Octal 41 44 47 17 10 0 125 322 10 16
Binary 100001 100100 100111 1111 1000 0 1010101 11010010 1000 1110

Color Harmonies of #212427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212427

Black with #212427

Text Example


Text Example

White with #212427

Text Example


Text Example

HTML Codes & Css Web 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>