Html Css Color HEX #382C17 Black Magic

📋 copy color: '#382C17'

red 56 ◦ green 44 ◦ blue 23

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

Shades of Black Magic #382C17

Tints of Black Magic #382C17

RGB

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

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

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

R = 45.53%
G = 35.77%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382C17 (or 0x382C17) is known color: Black Magic. HEX triplet: 38, 2C and 17. RGB value is (56,44,23). Sum of RGB (Red+Green+Blue) = 56+44+23=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C17 is #C7D3E8. Grayscale: #2D2D2D. Windows color (decimal): -13095913 or 1518648. OLE color: 1518648.

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

Color convert

RGB 56 44 23 -
CMYK 0 0.21 0.59 0.78
HSL 38.18º 0.42% 0.15% -
HSV(B) 38.18º 0.59% 0.22% -
XYZ 2.69 2.7 1.19 -
YUV 45.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 56 44 23 0 0.21 0.59 0.78 38.18 0.42 0.15
Hex 38 2C 17 0 15 3B 4E 26 2A F
Octal 70 54 27 0 25 73 116 46 52 17
Binary 111000 101100 10111 0 10101 111011 1001110 100110 101010 1111

Color Harmonies of #382C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C17

Black with #382C17

Text Example


Text Example

White with #382C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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