#381049

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

Shades of Blackcurrant #381049

Tints of Blackcurrant #381049

Color information

#381049 (or 0x381049) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 49. RGB value is (56,16,73). Sum of RGB (Red+Green+Blue) = 56+16+73=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #381049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381049 is #C7EFB6. Grayscale: #222222. Windows color (decimal): -13103031 or 4788280. OLE color: 4788280.

HSL color Cylindrical-coordinate representation of color #381049: hue angle of 282.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381049 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB561673-
CMYK0.230.7800.71
HSL282.11º64.04%17.45%-
HSV(B)282.11º78.08%28.63%-
XYZ3.021.696.47-
YUV34.46149.75143.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=38.62%
G=11.03%
B=50.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5616730.230.7800.71282.1164.0417.45
Hex381049174E04711a4011
Octal702011127116010743210021
Binary11100010000100100110111100111001000111100011010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381049; }

 p { color: rgb(56,16,73); }

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

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

 a { background-color: rgb(56,16,73); }

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

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

 span { border-color: rgb(56,16,73); }

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