#380740

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

Shades of Blackcurrant #380740

Tints of Blackcurrant #380740

Color information

#380740 (or 0x380740) is unknown color: approx Blackcurrant. HEX triplet: 38, 07 and 40. RGB value is (56,7,64). Sum of RGB (Red+Green+Blue) = 56+7+64=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #380740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380740 is #C7F8BF. Grayscale: #1B1B1B. Windows color (decimal): -13105344 or 4196152. OLE color: 4196152.

HSL color Cylindrical-coordinate representation of color #380740: hue angle of 291.58º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380740 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB56764-
CMYK0.130.8900.75
HSL291.58º80.28%13.92%-
HSV(B)291.58º89.06%25.1%-
XYZ2.631.364.97-
YUV28.15148.23147.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=44.09%
G=5.51%
B=50.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal567640.130.8900.75291.5880.2813.92
Hex38740D5904B12450e
Octal70710015131011344412016
Binary1110001111000000110110110010100101110010010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380740; }

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

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

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

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

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

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

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

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