Html Css Color HEX #312509 Black Magic

📋 copy color: '#312509'

red 49 ◦ green 37 ◦ blue 9

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

Shades of Black Magic #312509

Tints of Black Magic #312509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.47%

R = 51.58%
G = 38.95%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#312509 (or 0x312509) is known color: Black Magic. HEX triplet: 31, 25 and 09. RGB value is (49,37,9). Sum of RGB (Red+Green+Blue) = 49+37+9=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #312509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312509 is #CEDAF6. Grayscale: #252525. Windows color (decimal): -13556471 or 599345. OLE color: 599345.

HSL color Cylindrical-coordinate representation of color #312509: hue angle of 42º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312509 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 9 -
CMYK 0 0.24 0.82 0.81
HSL 42º 0.69% 0.11% -
HSV(B) 42º 0.82% 0.19% -
XYZ 1.98 2 0.54 -
YUV 37.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 49 37 9 0 0.24 0.82 0.81 42 0.69 0.11
Hex 31 25 9 0 18 52 51 2A 45 B
Octal 61 45 11 0 30 122 121 52 105 13
Binary 110001 100101 1001 0 11000 1010010 1010001 101010 1000101 1011

Color Harmonies of #312509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312509

Black with #312509

Text Example


Text Example

White with #312509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312509; }

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

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

background-color css

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

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

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

border-color css

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

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

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