Html Css Color HEX #382D18 Black Magic

📋 copy color: '#382D18'

red 56 ◦ green 45 ◦ blue 24

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

Shades of Black Magic #382D18

Tints of Black Magic #382D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 44.8%
G = 36%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382D18 (or 0x382D18) is known color: Black Magic. HEX triplet: 38, 2D and 18. RGB value is (56,45,24). Sum of RGB (Red+Green+Blue) = 56+45+24=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D18 is #C7D2E7. Grayscale: #2D2D2D. Windows color (decimal): -13095656 or 1584440. OLE color: 1584440.

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

Color convert

RGB 56 45 24 -
CMYK 0 0.20 0.57 0.78
HSL 39.38º 0.4% 0.16% -
HSV(B) 39.38º 0.57% 0.22% -
XYZ 2.73 2.78 1.26 -
YUV 45.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 56 45 24 0 0.20 0.57 0.78 39.38 0.4 0.16
Hex 38 2D 18 0 14 39 4E 27 28 10
Octal 70 55 30 0 24 71 116 47 50 20
Binary 111000 101101 11000 0 10100 111001 1001110 100111 101000 10000

Color Harmonies of #382D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D18

Black with #382D18

Text Example


Text Example

White with #382D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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