Html Css Color HEX #382D1F Black Magic

📋 copy color: '#382D1F'

red 56 ◦ green 45 ◦ blue 31

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

Shades of Black Magic #382D1F

Tints of Black Magic #382D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 42.42%
G = 34.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#382D1F (or 0x382D1F) is known color: Black Magic. HEX triplet: 38, 2D and 1F. RGB value is (56,45,31). Sum of RGB (Red+Green+Blue) = 56+45+31=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D1F is #C7D2E0. Grayscale: #2E2E2E. Windows color (decimal): -13095649 or 2043192. OLE color: 2043192.

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

Color convert

RGB 56 45 31 -
CMYK 0 0.20 0.45 0.78
HSL 33.6º 0.29% 0.17% -
HSV(B) 33.6º 0.45% 0.22% -
XYZ 2.82 2.82 1.69 -
YUV 46.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 56 45 31 0 0.20 0.45 0.78 33.6 0.29 0.17
Hex 38 2D 1F 0 14 2D 4E 22 1D 11
Octal 70 55 37 0 24 55 116 42 35 21
Binary 111000 101101 11111 0 10100 101101 1001110 100010 11101 10001

Color Harmonies of #382D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D1F

Black with #382D1F

Text Example


Text Example

White with #382D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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