Html Css Color HEX #382E15 Black Magic

📋 copy color: '#382E15'

red 56 ◦ green 46 ◦ blue 21

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

Shades of Black Magic #382E15

Tints of Black Magic #382E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.4%

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 45.53%
G = 37.4%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382E15 (or 0x382E15) is known color: Black Magic. HEX triplet: 38, 2E and 15. RGB value is (56,46,21). Sum of RGB (Red+Green+Blue) = 56+46+21=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E15 is #C7D1EA. Grayscale: #2E2E2E. Windows color (decimal): -13095403 or 1388088. OLE color: 1388088.

HSL color Cylindrical-coordinate representation of color #382E15: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382E15 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 21 -
CMYK 0 0.18 0.63 0.78
HSL 42.86º 0.45% 0.15% -
HSV(B) 42.86º 0.63% 0.22% -
XYZ 2.74 2.85 1.11 -
YUV 46.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 56 46 21 0 0.18 0.63 0.78 42.86 0.45 0.15
Hex 38 2E 15 0 12 3F 4E 2B 2D F
Octal 70 56 25 0 22 77 116 53 55 17
Binary 111000 101110 10101 0 10010 111111 1001110 101011 101101 1111

Color Harmonies of #382E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E15

Black with #382E15

Text Example


Text Example

White with #382E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,46,21); }

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

background-color css

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

 a { background-color: rgb(56,46,21); }

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

border-color css

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

 span { border-color: rgb(56,46,21); }

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