#380747

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

Shades of Blackcurrant #380747

Tints of Blackcurrant #380747

Color information

#380747 (or 0x380747) is unknown color: approx Blackcurrant. HEX triplet: 38, 07 and 47. RGB value is (56,7,71). Sum of RGB (Red+Green+Blue) = 56+7+71=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #380747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380747 is #C7F8B8. Grayscale: #1C1C1C. Windows color (decimal): -13105337 or 4654904. OLE color: 4654904.

HSL color Cylindrical-coordinate representation of color #380747: hue angle of 285.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380747 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB56771-
CMYK0.210.9000.72
HSL285.94º82.05%15.29%-
HSV(B)285.94º90.14%27.84%-
XYZ2.841.456.09-
YUV28.95151.73147.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=41.79%
G=5.22%
B=52.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal567710.210.9000.72285.9482.0515.29
Hex38747155A04811e52f
Octal70710725132011043612217
Binary11100011110001111010110110100100100010001111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380747; }

 p { color: rgb(56,7,71); }

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

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

 a { background-color: rgb(56,7,71); }

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

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

 span { border-color: rgb(56,7,71); }

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