Html Css Color HEX #211B00 Maire

📋 copy color: '#211B00'

red 33 ◦ green 27 ◦ blue 0

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

Shades of Maire #211B00

Tints of Maire #211B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 45%

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

R = 55%
G = 45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#211B00 (or 0x211B00) is known color: Maire. HEX triplet: 21, 1B and 00. RGB value is (33,27,0). Sum of RGB (Red+Green+Blue) = 33+27+0=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #211B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B00 is #DEE4FF. Grayscale: #191919. Windows color (decimal): -14607616 or 6945. OLE color: 6945.

HSL color Cylindrical-coordinate representation of color #211B00: hue angle of 49.09º 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 #211B00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 27 0 -
CMYK 0 0.18 1 0.87
HSL 49.09º 1% 0.06% -
HSV(B) 49.09º 1% 0.13% -
XYZ 1.02 1.11 0.16 -
YUV 25.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 33 27 0 0 0.18 1 0.87 49.09 1 0.06
Hex 21 1B 0 0 12 64 57 31 64 6
Octal 41 33 0 0 22 144 127 61 144 6
Binary 100001 11011 0 0 10010 1100100 1010111 110001 1100100 110

Color Harmonies of #211B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B00

Black with #211B00

Text Example


Text Example

White with #211B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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