Html Css Color HEX #382C1E Black Magic

📋 copy color: '#382C1E'

red 56 ◦ green 44 ◦ blue 30

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

Shades of Black Magic #382C1E

Tints of Black Magic #382C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.85%

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 43.08%
G = 33.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#382C1E (or 0x382C1E) is known color: Black Magic. HEX triplet: 38, 2C and 1E. RGB value is (56,44,30). Sum of RGB (Red+Green+Blue) = 56+44+30=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C1E is #C7D3E1. Grayscale: #2E2E2E. Windows color (decimal): -13095906 or 1977400. OLE color: 1977400.

HSL color Cylindrical-coordinate representation of color #382C1E: hue angle of 32.31º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382C1E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 44 30 -
CMYK 0 0.21 0.46 0.78
HSL 32.31º 0.3% 0.17% -
HSV(B) 32.31º 0.46% 0.22% -
XYZ 2.77 2.74 1.61 -
YUV 45.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 56 44 30 0 0.21 0.46 0.78 32.31 0.3 0.17
Hex 38 2C 1E 0 15 2E 4E 20 1E 11
Octal 70 54 36 0 25 56 116 40 36 21
Binary 111000 101100 11110 0 10101 101110 1001110 100000 11110 10001

Color Harmonies of #382C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C1E

Black with #382C1E

Text Example


Text Example

White with #382C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,30); }

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

background-color css

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

 a { background-color: rgb(56,44,30); }

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

border-color css

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

 span { border-color: rgb(56,44,30); }

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