Html Css Color HEX #382800 Black Magic

📋 copy color: '#382800'

red 56 ◦ green 40 ◦ blue 0

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

Shades of Black Magic #382800

Tints of Black Magic #382800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 41.67%

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

R = 58.33%
G = 41.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382800 (or 0x382800) is known color: Black Magic. HEX triplet: 38, 28 and 00. RGB value is (56,40,0). Sum of RGB (Red+Green+Blue) = 56+40+0=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382800 is #C7D7FF. Grayscale: #282828. Windows color (decimal): -13096960 or 10296. OLE color: 10296.

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

Color convert

RGB 56 40 0 -
CMYK 0 0.29 1 0.78
HSL 42.86º 1% 0.11% -
HSV(B) 42.86º 1% 0.22% -
XYZ 2.39 2.36 0.33 -
YUV 40.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 56 40 0 0 0.29 1 0.78 42.86 1 0.11
Hex 38 28 0 0 1D 64 4E 2B 64 B
Octal 70 50 0 0 35 144 116 53 144 13
Binary 111000 101000 0 0 11101 1100100 1001110 101011 1100100 1011

Color Harmonies of #382800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382800

Black with #382800

Text Example


Text Example

White with #382800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382800; }

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

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

background-color css

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

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

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

border-color css

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

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

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