Html Css Color HEX #382C06 Black Magic

📋 copy color: '#382C06'

red 56 ◦ green 44 ◦ blue 6

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

Shades of Black Magic #382C06

Tints of Black Magic #382C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 52.83%
G = 41.51%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382C06 (or 0x382C06) is known color: Black Magic. HEX triplet: 38, 2C and 06. RGB value is (56,44,6). Sum of RGB (Red+Green+Blue) = 56+44+6=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C06 is #C7D3F9. Grayscale: #2B2B2B. Windows color (decimal): -13095930 or 404536. OLE color: 404536.

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

Color convert

RGB 56 44 6 -
CMYK 0 0.21 0.89 0.78
HSL 45.6º 0.81% 0.12% -
HSV(B) 45.6º 0.89% 0.22% -
XYZ 2.56 2.66 0.55 -
YUV 43.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 56 44 6 0 0.21 0.89 0.78 45.6 0.81 0.12
Hex 38 2C 6 0 15 59 4E 2E 51 C
Octal 70 54 6 0 25 131 116 56 121 14
Binary 111000 101100 110 0 10101 1011001 1001110 101110 1010001 1100

Color Harmonies of #382C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C06

Black with #382C06

Text Example


Text Example

White with #382C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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