Html Css Color HEX #312B23 Black Magic

📋 copy color: '#312B23'

red 49 ◦ green 43 ◦ blue 35

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

Shades of Black Magic #312B23

Tints of Black Magic #312B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 38.58%
G = 33.86%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312B23 (or 0x312B23) is known color: Black Magic. HEX triplet: 31, 2B and 23. RGB value is (49,43,35). Sum of RGB (Red+Green+Blue) = 49+43+35=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B23 is #CED4DC. Grayscale: #2B2B2B. Windows color (decimal): -13554909 or 2304817. OLE color: 2304817.

HSL color Cylindrical-coordinate representation of color #312B23: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312B23 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 35 -
CMYK 0 0.12 0.29 0.81
HSL 34.29º 0.17% 0.16% -
HSV(B) 34.29º 0.29% 0.19% -
XYZ 2.43 2.5 1.94 -
YUV 43.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 49 43 35 0 0.12 0.29 0.81 34.29 0.17 0.16
Hex 31 2B 23 0 C 1D 51 22 11 10
Octal 61 53 43 0 14 35 121 42 21 20
Binary 110001 101011 100011 0 1100 11101 1010001 100010 10001 10000

Color Harmonies of #312B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B23

Black with #312B23

Text Example


Text Example

White with #312B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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