Html Css Color HEX #382D16 Black Magic

📋 copy color: '#382D16'

red 56 ◦ green 45 ◦ blue 22

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

Shades of Black Magic #382D16

Tints of Black Magic #382D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 45.53%
G = 36.59%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382D16 (or 0x382D16) is known color: Black Magic. HEX triplet: 38, 2D and 16. RGB value is (56,45,22). Sum of RGB (Red+Green+Blue) = 56+45+22=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D16 is #C7D2E9. Grayscale: #2D2D2D. Windows color (decimal): -13095658 or 1453368. OLE color: 1453368.

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

Color convert

RGB 56 45 22 -
CMYK 0 0.20 0.61 0.78
HSL 40.59º 0.44% 0.15% -
HSV(B) 40.59º 0.61% 0.22% -
XYZ 2.71 2.78 1.15 -
YUV 45.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 56 45 22 0 0.20 0.61 0.78 40.59 0.44 0.15
Hex 38 2D 16 0 14 3D 4E 29 2C F
Octal 70 55 26 0 24 75 116 51 54 17
Binary 111000 101101 10110 0 10100 111101 1001110 101001 101100 1111

Color Harmonies of #382D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D16

Black with #382D16

Text Example


Text Example

White with #382D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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