Html Css Color HEX #382C13 Black Magic

📋 copy color: '#382C13'

red 56 ◦ green 44 ◦ blue 19

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

Shades of Black Magic #382C13

Tints of Black Magic #382C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 47.06%
G = 36.97%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382C13 (or 0x382C13) is known color: Black Magic. HEX triplet: 38, 2C and 13. RGB value is (56,44,19). Sum of RGB (Red+Green+Blue) = 56+44+19=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C13 is #C7D3EC. Grayscale: #2C2C2C. Windows color (decimal): -13095917 or 1256504. OLE color: 1256504.

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

Color convert

RGB 56 44 19 -
CMYK 0 0.21 0.66 0.78
HSL 40.54º 0.49% 0.15% -
HSV(B) 40.54º 0.66% 0.22% -
XYZ 2.65 2.69 1 -
YUV 44.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 56 44 19 0 0.21 0.66 0.78 40.54 0.49 0.15
Hex 38 2C 13 0 15 42 4E 29 31 F
Octal 70 54 23 0 25 102 116 51 61 17
Binary 111000 101100 10011 0 10101 1000010 1001110 101001 110001 1111

Color Harmonies of #382C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C13

Black with #382C13

Text Example


Text Example

White with #382C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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