#380646

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

Shades of Blackcurrant #380646

Tints of Blackcurrant #380646

Color information

#380646 (or 0x380646) is unknown color: approx Blackcurrant. HEX triplet: 38, 06 and 46. RGB value is (56,6,70). Sum of RGB (Red+Green+Blue) = 56+6+70=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #380646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380646 is #C7F9B9. Grayscale: #1C1C1C. Windows color (decimal): -13105594 or 4589112. OLE color: 4589112.

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

Color convert

RGB56670-
CMYK0.200.9100.73
HSL286.88º84.21%14.9%-
HSV(B)286.88º91.43%27.45%-
XYZ2.81.415.92-
YUV28.25151.56147.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 70 (27.73% from 255) = 53.03%
R=42.42%
G=4.55%
B=53.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal566700.200.9100.73286.8884.2114.9
Hex38646145B04911f54f
Octal70610624133011143712417
Binary11100011010001101010010110110100100110001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380646; }

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

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

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

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

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

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

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

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