#382B03

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

Shades of Black Magic #382B03

Tints of Black Magic #382B03

Color information

#382B03 (or 0x382B03) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 03. RGB value is (56,43,3). Sum of RGB (Red+Green+Blue) = 56+43+3=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B03 is #C7D4FC. Grayscale: #2A2A2A. Windows color (decimal): -13096189 or 207672. OLE color: 207672.

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

Color convert

RGB56433-
CMYK00.230.950.78
HSL45.28º89.83%11.57%-
HSV(B)45.28º94.64%21.96%-
XYZ2.512.580.45-
YUV42.33105.81137.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=54.90%
G=42.16%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643300.230.950.7845.2889.8311.57
Hex382B30175F4E2d5ac
Octal705330271371165513214
Binary111000101011110101111011111100111010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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