#211B01

Color #211B01 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #211B01

Tints of Maire #211B01

Color information

#211B01 (or 0x211B01) is unknown color: approx Maire. HEX triplet: 21, 1B and 01. RGB value is (33,27,1). Sum of RGB (Red+Green+Blue) = 33+27+1=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B01 is #DEE4FE. Grayscale: #191919. Windows color (decimal): -14607615 or 72481. OLE color: 72481.

HSL color Cylindrical-coordinate representation of color #211B01: hue angle of 48.75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #211B01 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB33271-
CMYK00.180.970.87
HSL48.75º94.12%6.67%-
HSV(B)48.75º96.97%12.94%-
XYZ1.021.110.19-
YUV25.83113.99133.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=54.10%
G=44.26%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3327100.180.970.8748.7594.126.67
Hex211B10126157315e7
Octal41331022141127611367
Binary100001110111010010110000110101111100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #211B01;
 }
 .AnyTagClassName
 {
   color: #211B01;
 }
</style>
background-color css

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

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

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

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

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

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