Html Css Color HEX #382D11 Black Magic

📋 copy color: '#382D11'

red 56 ◦ green 45 ◦ blue 17

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

Shades of Black Magic #382D11

Tints of Black Magic #382D11

RGB

 RED value IS 56 (22.27% from 255) = 47.46%

 GREEN value IS 45 (17.97% from 255) = 38.14%

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 47.46%
G = 38.14%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#382D11 (or 0x382D11) is known color: Black Magic. HEX triplet: 38, 2D and 11. RGB value is (56,45,17). Sum of RGB (Red+Green+Blue) = 56+45+17=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D11 is #C7D2EE. Grayscale: #2D2D2D. Windows color (decimal): -13095663 or 1125688. OLE color: 1125688.

HSL color Cylindrical-coordinate representation of color #382D11: hue angle of 43.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382D11 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 45 17 -
CMYK 0 0.20 0.70 0.78
HSL 43.08º 0.53% 0.14% -
HSV(B) 43.08º 0.7% 0.22% -
XYZ 2.67 2.76 0.92 -
YUV 45.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 56 45 17 0 0.20 0.70 0.78 43.08 0.53 0.14
Hex 38 2D 11 0 14 46 4E 2B 35 E
Octal 70 55 21 0 24 106 116 53 65 16
Binary 111000 101101 10001 0 10100 1000110 1001110 101011 110101 1110

Color Harmonies of #382D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D11

Black with #382D11

Text Example


Text Example

White with #382D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382D11; }

 p { color: rgb(56,45,17); }

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

background-color css

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

 a { background-color: rgb(56,45,17); }

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

border-color css

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

 span { border-color: rgb(56,45,17); }

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