Html Css Color HEX #382600 Black Magic

📋 copy color: '#382600'

red 56 ◦ green 38 ◦ blue 0

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

Shades of Black Magic #382600

Tints of Black Magic #382600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.57%
G = 40.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382600 (or 0x382600) is known color: Black Magic. HEX triplet: 38, 26 and 00. RGB value is (56,38,0). Sum of RGB (Red+Green+Blue) = 56+38+0=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #382600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382600 is #C7D9FF. Grayscale: #272727. Windows color (decimal): -13097472 or 9784. OLE color: 9784.

HSL color Cylindrical-coordinate representation of color #382600: hue angle of 40.71º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #382600 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 0 -
CMYK 0 0.32 1 0.78
HSL 40.71º 1% 0.11% -
HSV(B) 40.71º 1% 0.22% -
XYZ 2.32 2.23 0.31 -
YUV 39.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 56 38 0 0 0.32 1 0.78 40.71 1 0.11
Hex 38 26 0 0 20 64 4E 29 64 B
Octal 70 46 0 0 40 144 116 51 144 13
Binary 111000 100110 0 0 100000 1100100 1001110 101001 1100100 1011

Color Harmonies of #382600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382600

Black with #382600

Text Example


Text Example

White with #382600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382600; }

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

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

background-color css

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

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

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

border-color css

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

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

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