#381546

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

Shades of Blackcurrant #381546

Tints of Blackcurrant #381546

Color information

#381546 (or 0x381546) is unknown color: approx Blackcurrant. HEX triplet: 38, 15 and 46. RGB value is (56,21,70). Sum of RGB (Red+Green+Blue) = 56+21+70=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #381546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381546 is #C7EAB9. Grayscale: #242424. Windows color (decimal): -13101754 or 4592952. OLE color: 4592952.

HSL color Cylindrical-coordinate representation of color #381546: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381546 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB562170-
CMYK0.200.7000.73
HSL282.86º53.85%17.84%-
HSV(B)282.86º70%27.45%-
XYZ31.825.99-
YUV37.05146.6141.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=38.10%
G=14.29%
B=47.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5621700.200.7000.73282.8653.8517.84
Hex381546144604911b3612
Octal70251062410601114336622
Binary1110001010110001101010010001100100100110001101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381546; }

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

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

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

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

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

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

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

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