Html Css Color HEX #382A14 Black Magic

📋 copy color: '#382A14'

red 56 ◦ green 42 ◦ blue 20

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

Shades of Black Magic #382A14

Tints of Black Magic #382A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.59%

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 47.46%
G = 35.59%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382A14 (or 0x382A14) is known color: Black Magic. HEX triplet: 38, 2A and 14. RGB value is (56,42,20). Sum of RGB (Red+Green+Blue) = 56+42+20=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A14 is #C7D5EB. Grayscale: #2B2B2B. Windows color (decimal): -13096428 or 1321528. OLE color: 1321528.

HSL color Cylindrical-coordinate representation of color #382A14: hue angle of 36.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382A14 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 42 20 -
CMYK 0 0.25 0.64 0.78
HSL 36.67º 0.47% 0.15% -
HSV(B) 36.67º 0.64% 0.22% -
XYZ 2.59 2.55 1.02 -
YUV 43.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 56 42 20 0 0.25 0.64 0.78 36.67 0.47 0.15
Hex 38 2A 14 0 19 40 4E 25 2F F
Octal 70 52 24 0 31 100 116 45 57 17
Binary 111000 101010 10100 0 11001 1000000 1001110 100101 101111 1111

Color Harmonies of #382A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A14

Black with #382A14

Text Example


Text Example

White with #382A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,42,20); }

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

background-color css

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

 a { background-color: rgb(56,42,20); }

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

border-color css

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

 span { border-color: rgb(56,42,20); }

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