#380551

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

Shades of Blackcurrant #380551

Tints of Blackcurrant #380551

Color information

#380551 (or 0x380551) is unknown color: approx Blackcurrant. HEX triplet: 38, 05 and 51. RGB value is (56,5,81). Sum of RGB (Red+Green+Blue) = 56+5+81=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #380551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380551 is #C7FAAE. Grayscale: #1C1C1C. Windows color (decimal): -13105839 or 5309752. OLE color: 5309752.

HSL color Cylindrical-coordinate representation of color #380551: hue angle of 280.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380551 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56581-
CMYK0.310.9400.68
HSL280.26º88.37%16.86%-
HSV(B)280.26º93.83%31.76%-
XYZ3.171.547.92-
YUV28.91157.4147.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=39.44%
G=3.52%
B=57.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal565810.310.9400.68280.2688.3716.86
Hex385511F5E0441185811
Octal70512137136010443013021
Binary111000101101000111111101111001000100100011000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380551; }

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

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

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

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

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

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

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

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