Html Css Color HEX #212B32 Cinder

📋 copy color: '#212B32'

red 33 ◦ green 43 ◦ blue 50

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

Shades of Cinder #212B32

Tints of Cinder #212B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.13%

 BLUE value IS 50 (19.92% from 255) = 39.68%

R = 26.19%
G = 34.13%
B = 39.68%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#212B32 (or 0x212B32) is known color: Cinder. HEX triplet: 21, 2B and 32. RGB value is (33,43,50). Sum of RGB (Red+Green+Blue) = 33+43+50=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 50 - color contains mainly: blue. Hex color #212B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B32 is #DED4CD. Grayscale: #282828. Windows color (decimal): -14603470 or 3287841. OLE color: 3287841.

HSL color Cylindrical-coordinate representation of color #212B32: hue angle of 204.71º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #212B32 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 43 50 -
CMYK 0.34 0.14 0 0.80
HSL 204.71º 0.2% 0.16% -
HSV(B) 204.71º 0.34% 0.2% -
XYZ 2.07 2.28 3.35 -
YUV 40.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 33 43 50 0.34 0.14 0 0.80 204.71 0.2 0.16
Hex 21 2B 32 22 E 0 50 CD 14 10
Octal 41 53 62 42 16 0 120 315 24 20
Binary 100001 101011 110010 100010 1110 0 1010000 11001101 10100 10000

Color Harmonies of #212B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B32

Black with #212B32

Text Example


Text Example

White with #212B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212B32; }

 p { color: rgb(33,43,50); }

 H1.HeaderClassName
 {
   color: #212B32;
 }
 .AnyTagClassName
 {
   color: #212B32;
 }
</style>

background-color css

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

 a { background-color: rgb(33,43,50); }

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

border-color css

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

 span { border-color: rgb(33,43,50); }

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