Html Css Color HEX #382E1A Black Magic

📋 copy color: '#382E1A'

red 56 ◦ green 46 ◦ blue 26

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

Shades of Black Magic #382E1A

Tints of Black Magic #382E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 43.75%
G = 35.94%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#382E1A (or 0x382E1A) is known color: Black Magic. HEX triplet: 38, 2E and 1A. RGB value is (56,46,26). Sum of RGB (Red+Green+Blue) = 56+46+26=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1A is #C7D1E5. Grayscale: #2E2E2E. Windows color (decimal): -13095398 or 1715768. OLE color: 1715768.

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

Color convert

RGB 56 46 26 -
CMYK 0 0.18 0.54 0.78
HSL 40º 0.37% 0.16% -
HSV(B) 40º 0.54% 0.22% -
XYZ 2.79 2.87 1.38 -
YUV 46.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 56 46 26 0 0.18 0.54 0.78 40 0.37 0.16
Hex 38 2E 1A 0 12 36 4E 28 25 10
Octal 70 56 32 0 22 66 116 50 45 20
Binary 111000 101110 11010 0 10010 110110 1001110 101000 100101 10000

Color Harmonies of #382E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E1A

Black with #382E1A

Text Example


Text Example

White with #382E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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