Html Css Color HEX #382C1C Black Magic

📋 copy color: '#382C1C'

red 56 ◦ green 44 ◦ blue 28

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

Shades of Black Magic #382C1C

Tints of Black Magic #382C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 43.75%
G = 34.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#382C1C (or 0x382C1C) is known color: Black Magic. HEX triplet: 38, 2C and 1C. RGB value is (56,44,28). Sum of RGB (Red+Green+Blue) = 56+44+28=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C1C is #C7D3E3. Grayscale: #2D2D2D. Windows color (decimal): -13095908 or 1846328. OLE color: 1846328.

HSL color Cylindrical-coordinate representation of color #382C1C: hue angle of 34.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382C1C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 44 28 -
CMYK 0 0.21 0.50 0.78
HSL 34.29º 0.33% 0.16% -
HSV(B) 34.29º 0.5% 0.22% -
XYZ 2.74 2.73 1.48 -
YUV 45.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 56 44 28 0 0.21 0.50 0.78 34.29 0.33 0.16
Hex 38 2C 1C 0 15 32 4E 22 21 10
Octal 70 54 34 0 25 62 116 42 41 20
Binary 111000 101100 11100 0 10101 110010 1001110 100010 100001 10000

Color Harmonies of #382C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C1C

Black with #382C1C

Text Example


Text Example

White with #382C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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