Html Css Color HEX #382910 Black Magic

📋 copy color: '#382910'

red 56 ◦ green 41 ◦ blue 16

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

Shades of Black Magic #382910

Tints of Black Magic #382910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 49.56%
G = 36.28%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382910 (or 0x382910) is known color: Black Magic. HEX triplet: 38, 29 and 10. RGB value is (56,41,16). Sum of RGB (Red+Green+Blue) = 56+41+16=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382910 is #C7D6EF. Grayscale: #2A2A2A. Windows color (decimal): -13096688 or 1059128. OLE color: 1059128.

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

Color convert

RGB 56 41 16 -
CMYK 0 0.27 0.71 0.78
HSL 37.5º 0.56% 0.14% -
HSV(B) 37.5º 0.71% 0.22% -
XYZ 2.52 2.46 0.83 -
YUV 42.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 56 41 16 0 0.27 0.71 0.78 37.5 0.56 0.14
Hex 38 29 10 0 1B 47 4E 26 38 E
Octal 70 51 20 0 33 107 116 46 70 16
Binary 111000 101001 10000 0 11011 1000111 1001110 100110 111000 1110

Color Harmonies of #382910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382910

Black with #382910

Text Example


Text Example

White with #382910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382910; }

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

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

background-color css

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

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

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

border-color css

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

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

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