Html Css Color HEX #382C04 Black Magic

📋 copy color: '#382C04'

red 56 ◦ green 44 ◦ blue 4

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

Shades of Black Magic #382C04

Tints of Black Magic #382C04

RGB

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

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

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

R = 53.85%
G = 42.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#382C04 (or 0x382C04) is known color: Black Magic. HEX triplet: 38, 2C and 04. RGB value is (56,44,4). Sum of RGB (Red+Green+Blue) = 56+44+4=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C04 is #C7D3FB. Grayscale: #2B2B2B. Windows color (decimal): -13095932 or 273464. OLE color: 273464.

HSL color Cylindrical-coordinate representation of color #382C04: hue angle of 46.15º 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 #382C04 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 44 4 -
CMYK 0 0.21 0.93 0.78
HSL 46.15º 0.87% 0.12% -
HSV(B) 46.15º 0.93% 0.22% -
XYZ 2.55 2.65 0.49 -
YUV 43.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 56 44 4 0 0.21 0.93 0.78 46.15 0.87 0.12
Hex 38 2C 4 0 15 5D 4E 2E 57 C
Octal 70 54 4 0 25 135 116 56 127 14
Binary 111000 101100 100 0 10101 1011101 1001110 101110 1010111 1100

Color Harmonies of #382C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C04

Black with #382C04

Text Example


Text Example

White with #382C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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