Html Css Color HEX #382D20 Black Magic

📋 copy color: '#382D20'

red 56 ◦ green 45 ◦ blue 32

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

Shades of Black Magic #382D20

Tints of Black Magic #382D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 42.11%
G = 33.83%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#382D20 (or 0x382D20) is known color: Black Magic. HEX triplet: 38, 2D and 20. RGB value is (56,45,32). Sum of RGB (Red+Green+Blue) = 56+45+32=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D20 is #C7D2DF. Grayscale: #2E2E2E. Windows color (decimal): -13095648 or 2108728. OLE color: 2108728.

HSL color Cylindrical-coordinate representation of color #382D20: hue angle of 32.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382D20 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 45 32 -
CMYK 0 0.20 0.43 0.78
HSL 32.5º 0.27% 0.17% -
HSV(B) 32.5º 0.43% 0.22% -
XYZ 2.83 2.82 1.76 -
YUV 46.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 56 45 32 0 0.20 0.43 0.78 32.5 0.27 0.17
Hex 38 2D 20 0 14 2B 4E 20 1B 11
Octal 70 55 40 0 24 53 116 40 33 21
Binary 111000 101101 100000 0 10100 101011 1001110 100000 11011 10001

Color Harmonies of #382D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D20

Black with #382D20

Text Example


Text Example

White with #382D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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