Html Css Color HEX #382D19 Black Magic

📋 copy color: '#382D19'

red 56 ◦ green 45 ◦ blue 25

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

Shades of Black Magic #382D19

Tints of Black Magic #382D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 44.44%
G = 35.71%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382D19 (or 0x382D19) is known color: Black Magic. HEX triplet: 38, 2D and 19. RGB value is (56,45,25). Sum of RGB (Red+Green+Blue) = 56+45+25=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D19 is #C7D2E6. Grayscale: #2E2E2E. Windows color (decimal): -13095655 or 1649976. OLE color: 1649976.

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

Color convert

RGB 56 45 25 -
CMYK 0 0.20 0.55 0.78
HSL 38.71º 0.38% 0.16% -
HSV(B) 38.71º 0.55% 0.22% -
XYZ 2.74 2.79 1.31 -
YUV 46.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 56 45 25 0 0.20 0.55 0.78 38.71 0.38 0.16
Hex 38 2D 19 0 14 37 4E 27 26 10
Octal 70 55 31 0 24 67 116 47 46 20
Binary 111000 101101 11001 0 10100 110111 1001110 100111 100110 10000

Color Harmonies of #382D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D19

Black with #382D19

Text Example


Text Example

White with #382D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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