Html Css Color HEX #382C07 Black Magic

📋 copy color: '#382C07'

red 56 ◦ green 44 ◦ blue 7

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

Shades of Black Magic #382C07

Tints of Black Magic #382C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 52.34%
G = 41.12%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#382C07 (or 0x382C07) is known color: Black Magic. HEX triplet: 38, 2C and 07. RGB value is (56,44,7). Sum of RGB (Red+Green+Blue) = 56+44+7=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C07 is #C7D3F8. Grayscale: #2B2B2B. Windows color (decimal): -13095929 or 470072. OLE color: 470072.

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

Color convert

RGB 56 44 7 -
CMYK 0 0.21 0.88 0.78
HSL 45.31º 0.78% 0.12% -
HSV(B) 45.31º 0.88% 0.22% -
XYZ 2.57 2.66 0.58 -
YUV 43.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 56 44 7 0 0.21 0.88 0.78 45.31 0.78 0.12
Hex 38 2C 7 0 15 58 4E 2D 4E C
Octal 70 54 7 0 25 130 116 55 116 14
Binary 111000 101100 111 0 10101 1011000 1001110 101101 1001110 1100

Color Harmonies of #382C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C07

Black with #382C07

Text Example


Text Example

White with #382C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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