#380546

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

Shades of Blackcurrant #380546

Tints of Blackcurrant #380546

Color information

#380546 (or 0x380546) is unknown color: approx Blackcurrant. HEX triplet: 38, 05 and 46. RGB value is (56,5,70). Sum of RGB (Red+Green+Blue) = 56+5+70=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #380546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380546 is #C7FAB9. Grayscale: #1B1B1B. Windows color (decimal): -13105850 or 4588856. OLE color: 4588856.

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

Color convert

RGB56570-
CMYK0.200.9300.73
HSL287.08º86.67%14.71%-
HSV(B)287.08º92.86%27.45%-
XYZ2.791.395.92-
YUV27.66151.9148.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 70 (27.73% from 255) = 53.44%
R=42.75%
G=3.82%
B=53.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal565700.200.9300.73287.0886.6714.71
Hex38546145D04911f57f
Octal70510624135011143712717
Binary11100010110001101010010111010100100110001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380546; }

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

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

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

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

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

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

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

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