Html Css Color HEX #212015 Maire

📋 copy color: '#212015'

red 33 ◦ green 32 ◦ blue 21

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

Shades of Maire #212015

Tints of Maire #212015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.42%

R = 38.37%
G = 37.21%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#212015 (or 0x212015) is known color: Maire. HEX triplet: 21, 20 and 15. RGB value is (33,32,21). Sum of RGB (Red+Green+Blue) = 33+32+21=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #212015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212015 is #DEDFEA. Grayscale: #1F1F1F. Windows color (decimal): -14606315 or 1384481. OLE color: 1384481.

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

Color convert

RGB 33 32 21 -
CMYK 0 0.03 0.36 0.87
HSL 55º 0.22% 0.11% -
HSV(B) 55º 0.36% 0.13% -
XYZ 1.28 1.41 0.91 -
YUV 31.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 33 32 21 0 0.03 0.36 0.87 55 0.22 0.11
Hex 21 20 15 0 3 24 57 37 16 B
Octal 41 40 25 0 3 44 127 67 26 13
Binary 100001 100000 10101 0 11 100100 1010111 110111 10110 1011

Color Harmonies of #212015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212015

Black with #212015

Text Example


Text Example

White with #212015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212015; }

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

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

background-color css

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

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

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

border-color css

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

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

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