Html Css Color HEX #382D17 Black Magic

📋 copy color: '#382D17'

red 56 ◦ green 45 ◦ blue 23

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

Shades of Black Magic #382D17

Tints of Black Magic #382D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 45.16%
G = 36.29%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382D17 (or 0x382D17) is known color: Black Magic. HEX triplet: 38, 2D and 17. RGB value is (56,45,23). Sum of RGB (Red+Green+Blue) = 56+45+23=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D17 is #C7D2E8. Grayscale: #2D2D2D. Windows color (decimal): -13095657 or 1518904. OLE color: 1518904.

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

Color convert

RGB 56 45 23 -
CMYK 0 0.20 0.59 0.78
HSL 40º 0.42% 0.15% -
HSV(B) 40º 0.59% 0.22% -
XYZ 2.72 2.78 1.2 -
YUV 45.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 56 45 23 0 0.20 0.59 0.78 40 0.42 0.15
Hex 38 2D 17 0 14 3B 4E 28 2A F
Octal 70 55 27 0 24 73 116 50 52 17
Binary 111000 101101 10111 0 10100 111011 1001110 101000 101010 1111

Color Harmonies of #382D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D17

Black with #382D17

Text Example


Text Example

White with #382D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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