Html Css Color HEX #382A15 Black Magic

📋 copy color: '#382A15'

red 56 ◦ green 42 ◦ blue 21

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

Shades of Black Magic #382A15

Tints of Black Magic #382A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.29%

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

R = 47.06%
G = 35.29%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382A15 (or 0x382A15) is known color: Black Magic. HEX triplet: 38, 2A and 15. RGB value is (56,42,21). Sum of RGB (Red+Green+Blue) = 56+42+21=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A15 is #C7D5EA. Grayscale: #2B2B2B. Windows color (decimal): -13096427 or 1387064. OLE color: 1387064.

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

Color convert

RGB 56 42 21 -
CMYK 0 0.25 0.63 0.78
HSL 36º 0.45% 0.15% -
HSV(B) 36º 0.63% 0.22% -
XYZ 2.59 2.55 1.07 -
YUV 43.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 56 42 21 0 0.25 0.63 0.78 36 0.45 0.15
Hex 38 2A 15 0 19 3F 4E 24 2D F
Octal 70 52 25 0 31 77 116 44 55 17
Binary 111000 101010 10101 0 11001 111111 1001110 100100 101101 1111

Color Harmonies of #382A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A15

Black with #382A15

Text Example


Text Example

White with #382A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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