Html Css Color HEX #382D14 Black Magic

📋 copy color: '#382D14'

red 56 ◦ green 45 ◦ blue 20

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

Shades of Black Magic #382D14

Tints of Black Magic #382D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.19%

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

R = 46.28%
G = 37.19%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382D14 (or 0x382D14) is known color: Black Magic. HEX triplet: 38, 2D and 14. RGB value is (56,45,20). Sum of RGB (Red+Green+Blue) = 56+45+20=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D14 is #C7D2EB. Grayscale: #2D2D2D. Windows color (decimal): -13095660 or 1322296. OLE color: 1322296.

HSL color Cylindrical-coordinate representation of color #382D14: hue angle of 41.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 #382D14 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 45 20 -
CMYK 0 0.20 0.64 0.78
HSL 41.67º 0.47% 0.15% -
HSV(B) 41.67º 0.64% 0.22% -
XYZ 2.7 2.77 1.05 -
YUV 45.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 56 45 20 0 0.20 0.64 0.78 41.67 0.47 0.15
Hex 38 2D 14 0 14 40 4E 2A 2F F
Octal 70 55 24 0 24 100 116 52 57 17
Binary 111000 101101 10100 0 10100 1000000 1001110 101010 101111 1111

Color Harmonies of #382D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D14

Black with #382D14

Text Example


Text Example

White with #382D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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