#382703

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

Shades of Black Magic #382703

Tints of Black Magic #382703

Color information

#382703 (or 0x382703) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 03. RGB value is (56,39,3). Sum of RGB (Red+Green+Blue) = 56+39+3=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382703 is #C7D8FC. Grayscale: #282828. Windows color (decimal): -13097213 or 206648. OLE color: 206648.

HSL color Cylindrical-coordinate representation of color #382703: hue angle of 40.75º 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 #382703 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56393-
CMYK00.300.950.78
HSL40.75º89.83%11.57%-
HSV(B)40.75º94.64%21.96%-
XYZ2.372.30.4-
YUV39.98107.13139.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=57.14%
G=39.80%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639300.300.950.7840.7589.8311.57
Hex3827301E5F4E295ac
Octal704730361371165113214
Binary111000100111110111101011111100111010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382703; }

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

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

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

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

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

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

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

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