Html Css Color HEX #382C10 Black Magic

📋 copy color: '#382C10'

red 56 ◦ green 44 ◦ blue 16

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

Shades of Black Magic #382C10

Tints of Black Magic #382C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.93%

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

R = 48.28%
G = 37.93%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382C10 (or 0x382C10) is known color: Black Magic. HEX triplet: 38, 2C and 10. RGB value is (56,44,16). Sum of RGB (Red+Green+Blue) = 56+44+16=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C10 is #C7D3EF. Grayscale: #2C2C2C. Windows color (decimal): -13095920 or 1059896. OLE color: 1059896.

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

Color convert

RGB 56 44 16 -
CMYK 0 0.21 0.71 0.78
HSL 42º 0.56% 0.14% -
HSV(B) 42º 0.71% 0.22% -
XYZ 2.63 2.68 0.87 -
YUV 44.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 56 44 16 0 0.21 0.71 0.78 42 0.56 0.14
Hex 38 2C 10 0 15 47 4E 2A 38 E
Octal 70 54 20 0 25 107 116 52 70 16
Binary 111000 101100 10000 0 10101 1000111 1001110 101010 111000 1110

Color Harmonies of #382C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C10

Black with #382C10

Text Example


Text Example

White with #382C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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