Html Css Color HEX #31230C Black Magic

📋 copy color: '#31230C'

red 49 ◦ green 35 ◦ blue 12

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

Shades of Black Magic #31230C

Tints of Black Magic #31230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.46%

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

R = 51.04%
G = 36.46%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31230C (or 0x31230C) is known color: Black Magic. HEX triplet: 31, 23 and 0C. RGB value is (49,35,12). Sum of RGB (Red+Green+Blue) = 49+35+12=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31230C is #CEDCF3. Grayscale: #242424. Windows color (decimal): -13556980 or 795441. OLE color: 795441.

HSL color Cylindrical-coordinate representation of color #31230C: hue angle of 37.3º 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 #31230C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 12 -
CMYK 0 0.29 0.76 0.81
HSL 37.3º 0.61% 0.12% -
HSV(B) 37.3º 0.76% 0.19% -
XYZ 1.93 1.88 0.61 -
YUV 36.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 49 35 12 0 0.29 0.76 0.81 37.3 0.61 0.12
Hex 31 23 C 0 1D 4C 51 25 3D C
Octal 61 43 14 0 35 114 121 45 75 14
Binary 110001 100011 1100 0 11101 1001100 1010001 100101 111101 1100

Color Harmonies of #31230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31230C

Black with #31230C

Text Example


Text Example

White with #31230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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