Html Css Color HEX #312D25 Black Magic

📋 copy color: '#312D25'

red 49 ◦ green 45 ◦ blue 37

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

Shades of Black Magic #312D25

Tints of Black Magic #312D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.35%

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 37.4%
G = 34.35%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312D25 (or 0x312D25) is known color: Black Magic. HEX triplet: 31, 2D and 25. RGB value is (49,45,37). Sum of RGB (Red+Green+Blue) = 49+45+37=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #312D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D25 is #CED2DA. Grayscale: #2D2D2D. Windows color (decimal): -13554395 or 2436401. OLE color: 2436401.

HSL color Cylindrical-coordinate representation of color #312D25: hue angle of 40º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312D25 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 45 37 -
CMYK 0 0.08 0.24 0.81
HSL 40º 0.14% 0.17% -
HSV(B) 40º 0.24% 0.19% -
XYZ 2.54 2.66 2.13 -
YUV 45.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 49 45 37 0 0.08 0.24 0.81 40 0.14 0.17
Hex 31 2D 25 0 8 18 51 28 E 11
Octal 61 55 45 0 10 30 121 50 16 21
Binary 110001 101101 100101 0 1000 11000 1010001 101000 1110 10001

Color Harmonies of #312D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D25

Black with #312D25

Text Example


Text Example

White with #312D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,45,37); }

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

background-color css

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

 a { background-color: rgb(49,45,37); }

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

border-color css

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

 span { border-color: rgb(49,45,37); }

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