Html Css Color HEX #312618 Black Magic

📋 copy color: '#312618'

red 49 ◦ green 38 ◦ blue 24

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

Shades of Black Magic #312618

Tints of Black Magic #312618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 44.14%
G = 34.23%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#312618 (or 0x312618) is known color: Black Magic. HEX triplet: 31, 26 and 18. RGB value is (49,38,24). Sum of RGB (Red+Green+Blue) = 49+38+24=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312618 is #CED9E7. Grayscale: #272727. Windows color (decimal): -13556200 or 1582641. OLE color: 1582641.

HSL color Cylindrical-coordinate representation of color #312618: hue angle of 33.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312618 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 38 24 -
CMYK 0 0.22 0.51 0.81
HSL 33.6º 0.34% 0.14% -
HSV(B) 33.6º 0.51% 0.19% -
XYZ 2.12 2.11 1.16 -
YUV 39.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 49 38 24 0 0.22 0.51 0.81 33.6 0.34 0.14
Hex 31 26 18 0 16 33 51 22 22 E
Octal 61 46 30 0 26 63 121 42 42 16
Binary 110001 100110 11000 0 10110 110011 1010001 100010 100010 1110

Color Harmonies of #312618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312618

Black with #312618

Text Example


Text Example

White with #312618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312618; }

 p { color: rgb(49,38,24); }

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

background-color css

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

 a { background-color: rgb(49,38,24); }

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

border-color css

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

 span { border-color: rgb(49,38,24); }

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