#381946

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

Shades of Blackcurrant #381946

Tints of Blackcurrant #381946

Color information

#381946 (or 0x381946) is unknown color: approx Blackcurrant. HEX triplet: 38, 19 and 46. RGB value is (56,25,70). Sum of RGB (Red+Green+Blue) = 56+25+70=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #381946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381946 is #C7E6B9. Grayscale: #272727. Windows color (decimal): -13100730 or 4593976. OLE color: 4593976.

HSL color Cylindrical-coordinate representation of color #381946: hue angle of 281.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381946 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB562570-
CMYK0.200.6400.73
HSL281.33º47.37%18.63%-
HSV(B)281.33º64.29%27.45%-
XYZ3.081.986.01-
YUV39.4145.27139.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=37.09%
G=16.56%
B=46.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5625700.200.6400.73281.3347.3718.63
Hex38194614400491192f13
Octal70311062410001114315723
Binary1110001100110001101010010000000100100110001100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381946; }

 p { color: rgb(56,25,70); }

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

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

 a { background-color: rgb(56,25,70); }

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

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

 span { border-color: rgb(56,25,70); }

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