Html Css Color HEX #382E19 Black Magic

📋 copy color: '#382E19'

red 56 ◦ green 46 ◦ blue 25

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

Shades of Black Magic #382E19

Tints of Black Magic #382E19

RGB

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

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

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

R = 44.09%
G = 36.22%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382E19 (or 0x382E19) is known color: Black Magic. HEX triplet: 38, 2E and 19. RGB value is (56,46,25). Sum of RGB (Red+Green+Blue) = 56+46+25=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E19 is #C7D1E6. Grayscale: #2E2E2E. Windows color (decimal): -13095399 or 1650232. OLE color: 1650232.

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

Color convert

RGB 56 46 25 -
CMYK 0 0.18 0.55 0.78
HSL 40.65º 0.38% 0.16% -
HSV(B) 40.65º 0.55% 0.22% -
XYZ 2.78 2.86 1.33 -
YUV 46.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 56 46 25 0 0.18 0.55 0.78 40.65 0.38 0.16
Hex 38 2E 19 0 12 37 4E 29 26 10
Octal 70 56 31 0 22 67 116 51 46 20
Binary 111000 101110 11001 0 10010 110111 1001110 101001 100110 10000

Color Harmonies of #382E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E19

Black with #382E19

Text Example


Text Example

White with #382E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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