Html Css Color HEX #382606 Black Magic

📋 copy color: '#382606'

red 56 ◦ green 38 ◦ blue 6

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

Shades of Black Magic #382606

Tints of Black Magic #382606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38%

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

R = 56%
G = 38%
B = 6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382606 (or 0x382606) is known color: Black Magic. HEX triplet: 38, 26 and 06. RGB value is (56,38,6). Sum of RGB (Red+Green+Blue) = 56+38+6=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382606 is #C7D9F9. Grayscale: #272727. Windows color (decimal): -13097466 or 403000. OLE color: 403000.

HSL color Cylindrical-coordinate representation of color #382606: hue angle of 38.4º 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 #382606 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 6 -
CMYK 0 0.32 0.89 0.78
HSL 38.4º 0.81% 0.12% -
HSV(B) 38.4º 0.89% 0.22% -
XYZ 2.36 2.24 0.48 -
YUV 39.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 56 38 6 0 0.32 0.89 0.78 38.4 0.81 0.12
Hex 38 26 6 0 20 59 4E 26 51 C
Octal 70 46 6 0 40 131 116 46 121 14
Binary 111000 100110 110 0 100000 1011001 1001110 100110 1010001 1100

Color Harmonies of #382606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382606

Black with #382606

Text Example


Text Example

White with #382606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382606; }

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

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

background-color css

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

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

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

border-color css

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

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

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