Html Css Color HEX #382916 Black Magic

📋 copy color: '#382916'

red 56 ◦ green 41 ◦ blue 22

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

Shades of Black Magic #382916

Tints of Black Magic #382916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.45%

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

R = 47.06%
G = 34.45%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382916 (or 0x382916) is known color: Black Magic. HEX triplet: 38, 29 and 16. RGB value is (56,41,22). Sum of RGB (Red+Green+Blue) = 56+41+22=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382916 is #C7D6E9. Grayscale: #2B2B2B. Windows color (decimal): -13096682 or 1452344. OLE color: 1452344.

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

Color convert

RGB 56 41 22 -
CMYK 0 0.27 0.61 0.78
HSL 33.53º 0.44% 0.15% -
HSV(B) 33.53º 0.61% 0.22% -
XYZ 2.57 2.48 1.1 -
YUV 43.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 56 41 22 0 0.27 0.61 0.78 33.53 0.44 0.15
Hex 38 29 16 0 1B 3D 4E 22 2C F
Octal 70 51 26 0 33 75 116 42 54 17
Binary 111000 101001 10110 0 11011 111101 1001110 100010 101100 1111

Color Harmonies of #382916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382916

Black with #382916

Text Example


Text Example

White with #382916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382916; }

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

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

background-color css

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

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

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

border-color css

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

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

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