Html Css Color HEX #31250C Black Magic

📋 copy color: '#31250C'

red 49 ◦ green 37 ◦ blue 12

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

Shades of Black Magic #31250C

Tints of Black Magic #31250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.76%

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

R = 50%
G = 37.76%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#31250C (or 0x31250C) is known color: Black Magic. HEX triplet: 31, 25 and 0C. RGB value is (49,37,12). Sum of RGB (Red+Green+Blue) = 49+37+12=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31250C is #CEDAF3. Grayscale: #252525. Windows color (decimal): -13556468 or 795953. OLE color: 795953.

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

Color convert

RGB 49 37 12 -
CMYK 0 0.24 0.76 0.81
HSL 40.54º 0.61% 0.12% -
HSV(B) 40.54º 0.76% 0.19% -
XYZ 1.99 2 0.63 -
YUV 37.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 49 37 12 0 0.24 0.76 0.81 40.54 0.61 0.12
Hex 31 25 C 0 18 4C 51 29 3D C
Octal 61 45 14 0 30 114 121 51 75 14
Binary 110001 100101 1100 0 11000 1001100 1010001 101001 111101 1100

Color Harmonies of #31250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31250C

Black with #31250C

Text Example


Text Example

White with #31250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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