Html Css Color HEX #382804 Black Magic

📋 copy color: '#382804'

red 56 ◦ green 40 ◦ blue 4

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

Shades of Black Magic #382804

Tints of Black Magic #382804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4%

R = 56%
G = 40%
B = 4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#382804 (or 0x382804) is known color: Black Magic. HEX triplet: 38, 28 and 04. RGB value is (56,40,4). Sum of RGB (Red+Green+Blue) = 56+40+4=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382804 is #C7D7FB. Grayscale: #282828. Windows color (decimal): -13096956 or 272440. OLE color: 272440.

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

Color convert

RGB 56 40 4 -
CMYK 0 0.29 0.93 0.78
HSL 41.54º 0.87% 0.12% -
HSV(B) 41.54º 0.93% 0.22% -
XYZ 2.41 2.37 0.44 -
YUV 40.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 56 40 4 0 0.29 0.93 0.78 41.54 0.87 0.12
Hex 38 28 4 0 1D 5D 4E 2A 57 C
Octal 70 50 4 0 35 135 116 52 127 14
Binary 111000 101000 100 0 11101 1011101 1001110 101010 1010111 1100

Color Harmonies of #382804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382804

Black with #382804

Text Example


Text Example

White with #382804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382804; }

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

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

background-color css

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

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

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

border-color css

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

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

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