Html Css Color HEX #382E1C Black Magic

📋 copy color: '#382E1C'

red 56 ◦ green 46 ◦ blue 28

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

Shades of Black Magic #382E1C

Tints of Black Magic #382E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 43.08%
G = 35.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#382E1C (or 0x382E1C) is known color: Black Magic. HEX triplet: 38, 2E and 1C. RGB value is (56,46,28). Sum of RGB (Red+Green+Blue) = 56+46+28=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1C is #C7D1E3. Grayscale: #2F2F2F. Windows color (decimal): -13095396 or 1846840. OLE color: 1846840.

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

Color convert

RGB 56 46 28 -
CMYK 0 0.18 0.50 0.78
HSL 38.57º 0.33% 0.16% -
HSV(B) 38.57º 0.5% 0.22% -
XYZ 2.82 2.88 1.51 -
YUV 46.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 56 46 28 0 0.18 0.50 0.78 38.57 0.33 0.16
Hex 38 2E 1C 0 12 32 4E 27 21 10
Octal 70 56 34 0 22 62 116 47 41 20
Binary 111000 101110 11100 0 10010 110010 1001110 100111 100001 10000

Color Harmonies of #382E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E1C

Black with #382E1C

Text Example


Text Example

White with #382E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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