Html Css Color HEX #31240C Black Magic

📋 copy color: '#31240C'

red 49 ◦ green 36 ◦ blue 12

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

Shades of Black Magic #31240C

Tints of Black Magic #31240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.11%

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 50.52%
G = 37.11%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31240C (or 0x31240C) is known color: Black Magic. HEX triplet: 31, 24 and 0C. RGB value is (49,36,12). Sum of RGB (Red+Green+Blue) = 49+36+12=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31240C is #CEDBF3. Grayscale: #252525. Windows color (decimal): -13556724 or 795697. OLE color: 795697.

HSL color Cylindrical-coordinate representation of color #31240C: hue angle of 38.92º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31240C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 36 12 -
CMYK 0 0.27 0.76 0.81
HSL 38.92º 0.61% 0.12% -
HSV(B) 38.92º 0.76% 0.19% -
XYZ 1.96 1.94 0.62 -
YUV 37.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 49 36 12 0 0.27 0.76 0.81 38.92 0.61 0.12
Hex 31 24 C 0 1B 4C 51 27 3D C
Octal 61 44 14 0 33 114 121 47 75 14
Binary 110001 100100 1100 0 11011 1001100 1010001 100111 111101 1100

Color Harmonies of #31240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31240C

Black with #31240C

Text Example


Text Example

White with #31240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31240C; }

 p { color: rgb(49,36,12); }

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

background-color css

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

 a { background-color: rgb(49,36,12); }

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

border-color css

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

 span { border-color: rgb(49,36,12); }

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