Html Css Color HEX #382F20 Black Magic

📋 copy color: '#382F20'

red 56 ◦ green 47 ◦ blue 32

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

Shades of Black Magic #382F20

Tints of Black Magic #382F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.81%

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

R = 41.48%
G = 34.81%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#382F20 (or 0x382F20) is known color: Black Magic. HEX triplet: 38, 2F and 20. RGB value is (56,47,32). Sum of RGB (Red+Green+Blue) = 56+47+32=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F20 is #C7D0DF. Grayscale: #303030. Windows color (decimal): -13095136 or 2109240. OLE color: 2109240.

HSL color Cylindrical-coordinate representation of color #382F20: hue angle of 37.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 #382F20 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 32 -
CMYK 0 0.16 0.43 0.78
HSL 37.5º 0.27% 0.17% -
HSV(B) 37.5º 0.43% 0.22% -
XYZ 2.91 2.98 1.79 -
YUV 47.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 56 47 32 0 0.16 0.43 0.78 37.5 0.27 0.17
Hex 38 2F 20 0 10 2B 4E 26 1B 11
Octal 70 57 40 0 20 53 116 46 33 21
Binary 111000 101111 100000 0 10000 101011 1001110 100110 11011 10001

Color Harmonies of #382F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F20

Black with #382F20

Text Example


Text Example

White with #382F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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