#380745

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

Shades of Blackcurrant #380745

Tints of Blackcurrant #380745

Color information

#380745 (or 0x380745) is unknown color: approx Blackcurrant. HEX triplet: 38, 07 and 45. RGB value is (56,7,69). Sum of RGB (Red+Green+Blue) = 56+7+69=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #380745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380745 is #C7F8BA. Grayscale: #1C1C1C. Windows color (decimal): -13105339 or 4523832. OLE color: 4523832.

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

Color convert

RGB56769-
CMYK0.190.9000.73
HSL287.42º81.58%14.9%-
HSV(B)287.42º89.86%27.06%-
XYZ2.781.425.76-
YUV28.72150.73147.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=42.42%
G=5.30%
B=52.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal567690.190.9000.73287.4281.5814.9
Hex38745135A04911f52f
Octal70710523132011143712217
Binary11100011110001011001110110100100100110001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380745; }

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

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

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

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

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

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

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

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