Html Css Color HEX #382D1E Black Magic

📋 copy color: '#382D1E'

red 56 ◦ green 45 ◦ blue 30

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

Shades of Black Magic #382D1E

Tints of Black Magic #382D1E

RGB

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

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

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

R = 42.75%
G = 34.35%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#382D1E (or 0x382D1E) is known color: Black Magic. HEX triplet: 38, 2D and 1E. RGB value is (56,45,30). Sum of RGB (Red+Green+Blue) = 56+45+30=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D1E is #C7D2E1. Grayscale: #2E2E2E. Windows color (decimal): -13095650 or 1977656. OLE color: 1977656.

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

Color convert

RGB 56 45 30 -
CMYK 0 0.20 0.46 0.78
HSL 34.62º 0.3% 0.17% -
HSV(B) 34.62º 0.46% 0.22% -
XYZ 2.8 2.81 1.62 -
YUV 46.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 56 45 30 0 0.20 0.46 0.78 34.62 0.3 0.17
Hex 38 2D 1E 0 14 2E 4E 23 1E 11
Octal 70 55 36 0 24 56 116 43 36 21
Binary 111000 101101 11110 0 10100 101110 1001110 100011 11110 10001

Color Harmonies of #382D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D1E

Black with #382D1E

Text Example


Text Example

White with #382D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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