Html Css Color HEX #382B16 Black Magic

📋 copy color: '#382B16'

red 56 ◦ green 43 ◦ blue 22

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

Shades of Black Magic #382B16

Tints of Black Magic #382B16

RGB

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

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

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

R = 46.28%
G = 35.54%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382B16 (or 0x382B16) is known color: Black Magic. HEX triplet: 38, 2B and 16. RGB value is (56,43,22). Sum of RGB (Red+Green+Blue) = 56+43+22=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B16 is #C7D4E9. Grayscale: #2C2C2C. Windows color (decimal): -13096170 or 1452856. OLE color: 1452856.

HSL color Cylindrical-coordinate representation of color #382B16: hue angle of 37.06º 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 #382B16 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 43 22 -
CMYK 0 0.23 0.61 0.78
HSL 37.06º 0.44% 0.15% -
HSV(B) 37.06º 0.61% 0.22% -
XYZ 2.64 2.63 1.13 -
YUV 44.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 56 43 22 0 0.23 0.61 0.78 37.06 0.44 0.15
Hex 38 2B 16 0 17 3D 4E 25 2C F
Octal 70 53 26 0 27 75 116 45 54 17
Binary 111000 101011 10110 0 10111 111101 1001110 100101 101100 1111

Color Harmonies of #382B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B16

Black with #382B16

Text Example


Text Example

White with #382B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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