Html Css Color HEX #212000 Maire

📋 copy color: '#212000'

red 33 ◦ green 32 ◦ blue 0

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

Shades of Maire #212000

Tints of Maire #212000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 49.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.77%
G = 49.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#212000 (or 0x212000) is known color: Maire. HEX triplet: 21, 20 and 00. RGB value is (33,32,0). Sum of RGB (Red+Green+Blue) = 33+32+0=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #212000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212000 is #DEDFFF. Grayscale: #1C1C1C. Windows color (decimal): -14606336 or 8225. OLE color: 8225.

HSL color Cylindrical-coordinate representation of color #212000: hue angle of 58.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #212000 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 32 0 -
CMYK 0 0.03 1 0.87
HSL 58.18º 1% 0.06% -
HSV(B) 58.18º 1% 0.13% -
XYZ 1.14 1.36 0.2 -
YUV 28.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 33 32 0 0 0.03 1 0.87 58.18 1 0.06
Hex 21 20 0 0 3 64 57 3A 64 6
Octal 41 40 0 0 3 144 127 72 144 6
Binary 100001 100000 0 0 11 1100100 1010111 111010 1100100 110

Color Harmonies of #212000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212000

Black with #212000

Text Example


Text Example

White with #212000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212000; }

 p { color: rgb(33,32,0); }

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

background-color css

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

 a { background-color: rgb(33,32,0); }

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

border-color css

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

 span { border-color: rgb(33,32,0); }

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