Html Css Color HEX #382914 Black Magic

📋 copy color: '#382914'

red 56 ◦ green 41 ◦ blue 20

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

Shades of Black Magic #382914

Tints of Black Magic #382914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.04%

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

R = 47.86%
G = 35.04%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382914 (or 0x382914) is known color: Black Magic. HEX triplet: 38, 29 and 14. RGB value is (56,41,20). Sum of RGB (Red+Green+Blue) = 56+41+20=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382914 is #C7D6EB. Grayscale: #2B2B2B. Windows color (decimal): -13096684 or 1321272. OLE color: 1321272.

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

Color convert

RGB 56 41 20 -
CMYK 0 0.27 0.64 0.78
HSL 35º 0.47% 0.15% -
HSV(B) 35º 0.64% 0.22% -
XYZ 2.55 2.48 1.01 -
YUV 43.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 56 41 20 0 0.27 0.64 0.78 35 0.47 0.15
Hex 38 29 14 0 1B 40 4E 23 2F F
Octal 70 51 24 0 33 100 116 43 57 17
Binary 111000 101001 10100 0 11011 1000000 1001110 100011 101111 1111

Color Harmonies of #382914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382914

Black with #382914

Text Example


Text Example

White with #382914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382914; }

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

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

background-color css

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

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

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

border-color css

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

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

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