#380440

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

Shades of Blackcurrant #380440

Tints of Blackcurrant #380440

Color information

#380440 (or 0x380440) is unknown color: approx Blackcurrant. HEX triplet: 38, 04 and 40. RGB value is (56,4,64). Sum of RGB (Red+Green+Blue) = 56+4+64=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #380440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380440 is #C7FBBF. Grayscale: #1A1A1A. Windows color (decimal): -13106112 or 4195384. OLE color: 4195384.

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

Color convert

RGB56464-
CMYK0.130.9400.75
HSL292º88.24%13.33%-
HSV(B)292º93.75%25.1%-
XYZ2.61.34.96-
YUV26.39149.23149.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=45.16%
G=3.23%
B=51.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564640.130.9400.7529288.2413.33
Hex38440D5E04B12458d
Octal70410015136011344413015
Binary1110001001000000110110111100100101110010010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380440; }

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

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

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

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

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

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

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

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