#382B01

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

Shades of Black Magic #382B01

Tints of Black Magic #382B01

Color information

#382B01 (or 0x382B01) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 01. RGB value is (56,43,1). Sum of RGB (Red+Green+Blue) = 56+43+1=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B01 is #C7D4FE. Grayscale: #2A2A2A. Windows color (decimal): -13096191 or 76600. OLE color: 76600.

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

Color convert

RGB56431-
CMYK00.230.980.78
HSL45.82º96.49%11.18%-
HSV(B)45.82º98.21%21.96%-
XYZ2.52.570.39-
YUV42.1104.81137.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 1 (0.78% from 255) = 1%
R=56%
G=43%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643100.230.980.7845.8296.4911.18
Hex382B1017624E2e60b
Octal705310271421165614013
Binary11100010101110101111100010100111010111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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