#382B1B

Color #382B1B Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #382B1B

Tints of Black Magic #382B1B

Color information

#382B1B (or 0x382B1B) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 1B. RGB value is (56,43,27). Sum of RGB (Red+Green+Blue) = 56+43+27=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B1B is #C7D4E4. Grayscale: #2D2D2D. Windows color (decimal): -13096165 or 1780536. OLE color: 1780536.

HSL color Cylindrical-coordinate representation of color #382B1B: hue angle of 33.1º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382B1B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB564327-
CMYK00.230.520.78
HSL33.1º34.94%16.27%-
HSV(B)33.1º51.79%21.96%-
XYZ2.692.651.41-
YUV45.06117.81135.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=44.44%
G=34.13%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56432700.230.520.7833.134.9416.27
Hex382B1B017344E212310
Octal70533302764116414320
Binary11100010101111011010111110100100111010000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #382B1B;
 }
 .AnyTagClassName
 {
   color: #382B1B;
 }
</style>
background-color css

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

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

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

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

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

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