Html Css Color HEX #382B11 Black Magic

📋 copy color: '#382B11'

red 56 ◦ green 43 ◦ blue 17

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

Shades of Black Magic #382B11

Tints of Black Magic #382B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 48.28%
G = 37.07%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#382B11 (or 0x382B11) is known color: Black Magic. HEX triplet: 38, 2B and 11. RGB value is (56,43,17). Sum of RGB (Red+Green+Blue) = 56+43+17=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B11 is #C7D4EE. Grayscale: #2C2C2C. Windows color (decimal): -13096175 or 1125176. OLE color: 1125176.

HSL color Cylindrical-coordinate representation of color #382B11: hue angle of 40º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382B11 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 43 17 -
CMYK 0 0.23 0.70 0.78
HSL 40º 0.53% 0.14% -
HSV(B) 40º 0.7% 0.22% -
XYZ 2.6 2.61 0.9 -
YUV 43.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 56 43 17 0 0.23 0.70 0.78 40 0.53 0.14
Hex 38 2B 11 0 17 46 4E 28 35 E
Octal 70 53 21 0 27 106 116 50 65 16
Binary 111000 101011 10001 0 10111 1000110 1001110 101000 110101 1110

Color Harmonies of #382B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B11

Black with #382B11

Text Example


Text Example

White with #382B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,43,17); }

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

background-color css

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

 a { background-color: rgb(56,43,17); }

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

border-color css

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

 span { border-color: rgb(56,43,17); }

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