Html Css Color HEX #312B21 Black Magic

📋 copy color: '#312B21'

red 49 ◦ green 43 ◦ blue 33

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

Shades of Black Magic #312B21

Tints of Black Magic #312B21

RGB

 RED value IS 49 (19.53% from 255) = 39.2%

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

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 39.2%
G = 34.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312B21 (or 0x312B21) is known color: Black Magic. HEX triplet: 31, 2B and 21. RGB value is (49,43,33). Sum of RGB (Red+Green+Blue) = 49+43+33=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B21 is #CED4DE. Grayscale: #2B2B2B. Windows color (decimal): -13554911 or 2173745. OLE color: 2173745.

HSL color Cylindrical-coordinate representation of color #312B21: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312B21 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 33 -
CMYK 0 0.12 0.33 0.81
HSL 37.5º 0.2% 0.16% -
HSV(B) 37.5º 0.33% 0.19% -
XYZ 2.41 2.49 1.79 -
YUV 43.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 49 43 33 0 0.12 0.33 0.81 37.5 0.2 0.16
Hex 31 2B 21 0 C 21 51 26 14 10
Octal 61 53 41 0 14 41 121 46 24 20
Binary 110001 101011 100001 0 1100 100001 1010001 100110 10100 10000

Color Harmonies of #312B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B21

Black with #312B21

Text Example


Text Example

White with #312B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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