Html Css Color HEX #382A10 Black Magic

📋 copy color: '#382A10'

red 56 ◦ green 42 ◦ blue 16

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

Shades of Black Magic #382A10

Tints of Black Magic #382A10

RGB

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

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

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

R = 49.12%
G = 36.84%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382A10 (or 0x382A10) is known color: Black Magic. HEX triplet: 38, 2A and 10. RGB value is (56,42,16). Sum of RGB (Red+Green+Blue) = 56+42+16=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A10 is #C7D5EF. Grayscale: #2B2B2B. Windows color (decimal): -13096432 or 1059384. OLE color: 1059384.

HSL color Cylindrical-coordinate representation of color #382A10: hue angle of 39º 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 #382A10 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 42 16 -
CMYK 0 0.25 0.71 0.78
HSL 39º 0.56% 0.14% -
HSV(B) 39º 0.71% 0.22% -
XYZ 2.55 2.53 0.84 -
YUV 43.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 56 42 16 0 0.25 0.71 0.78 39 0.56 0.14
Hex 38 2A 10 0 19 47 4E 27 38 E
Octal 70 52 20 0 31 107 116 47 70 16
Binary 111000 101010 10000 0 11001 1000111 1001110 100111 111000 1110

Color Harmonies of #382A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A10

Black with #382A10

Text Example


Text Example

White with #382A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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