Html Css Color HEX #212B25 Midnight Moss

📋 copy color: '#212B25'

red 33 ◦ green 43 ◦ blue 37

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

Shades of Midnight Moss #212B25

Tints of Midnight Moss #212B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 32.74%

R = 29.2%
G = 38.05%
B = 32.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#212B25 (or 0x212B25) is known color: Midnight Moss. HEX triplet: 21, 2B and 25. RGB value is (33,43,37). Sum of RGB (Red+Green+Blue) = 33+43+37=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 43 - color contains mainly: green. Hex color #212B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B25 is #DED4DA. Grayscale: #272727. Windows color (decimal): -14603483 or 2435873. OLE color: 2435873.

HSL color Cylindrical-coordinate representation of color #212B25: hue angle of 144º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B25 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 43 37 -
CMYK 0.23 0 0.14 0.83
HSL 144º 0.13% 0.15% -
HSV(B) 144º 0.23% 0.17% -
XYZ 1.83 2.18 2.08 -
YUV 39.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 33 43 37 0.23 0 0.14 0.83 144 0.13 0.15
Hex 21 2B 25 17 0 E 53 90 D F
Octal 41 53 45 27 0 16 123 220 15 17
Binary 100001 101011 100101 10111 0 1110 1010011 10010000 1101 1111

Color Harmonies of #212B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212B25

Black with #212B25

Text Example


Text Example

White with #212B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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