Html Css Color HEX #382B1C Black Magic

📋 copy color: '#382B1C'

red 56 ◦ green 43 ◦ blue 28

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

Shades of Black Magic #382B1C

Tints of Black Magic #382B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

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

R = 44.09%
G = 33.86%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#382B1C (or 0x382B1C) is known color: Black Magic. HEX triplet: 38, 2B and 1C. RGB value is (56,43,28). Sum of RGB (Red+Green+Blue) = 56+43+28=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B1C is #C7D4E3. Grayscale: #2D2D2D. Windows color (decimal): -13096164 or 1846072. OLE color: 1846072.

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

Color convert

RGB 56 43 28 -
CMYK 0 0.23 0.50 0.78
HSL 32.14º 0.33% 0.16% -
HSV(B) 32.14º 0.5% 0.22% -
XYZ 2.7 2.65 1.47 -
YUV 45.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 56 43 28 0 0.23 0.50 0.78 32.14 0.33 0.16
Hex 38 2B 1C 0 17 32 4E 20 21 10
Octal 70 53 34 0 27 62 116 40 41 20
Binary 111000 101011 11100 0 10111 110010 1001110 100000 100001 10000

Color Harmonies of #382B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B1C

Black with #382B1C

Text Example


Text Example

White with #382B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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