Html Css Color HEX #382912 Black Magic

📋 copy color: '#382912'

red 56 ◦ green 41 ◦ blue 18

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

Shades of Black Magic #382912

Tints of Black Magic #382912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 48.7%
G = 35.65%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382912 (or 0x382912) is known color: Black Magic. HEX triplet: 38, 29 and 12. RGB value is (56,41,18). Sum of RGB (Red+Green+Blue) = 56+41+18=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382912 is #C7D6ED. Grayscale: #2A2A2A. Windows color (decimal): -13096686 or 1190200. OLE color: 1190200.

HSL color Cylindrical-coordinate representation of color #382912: hue angle of 36.32º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382912 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 18 -
CMYK 0 0.27 0.68 0.78
HSL 36.32º 0.51% 0.15% -
HSV(B) 36.32º 0.68% 0.22% -
XYZ 2.53 2.47 0.92 -
YUV 42.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 56 41 18 0 0.27 0.68 0.78 36.32 0.51 0.15
Hex 38 29 12 0 1B 44 4E 24 33 F
Octal 70 51 22 0 33 104 116 44 63 17
Binary 111000 101001 10010 0 11011 1000100 1001110 100100 110011 1111

Color Harmonies of #382912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382912

Black with #382912

Text Example


Text Example

White with #382912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382912; }

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

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

background-color css

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

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

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

border-color css

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

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

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