#380940

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

Shades of Blackcurrant #380940

Tints of Blackcurrant #380940

Color information

#380940 (or 0x380940) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 40. RGB value is (56,9,64). Sum of RGB (Red+Green+Blue) = 56+9+64=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #380940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380940 is #C7F6BF. Grayscale: #1D1D1D. Windows color (decimal): -13104832 or 4196664. OLE color: 4196664.

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

Color convert

RGB56964-
CMYK0.130.8600.75
HSL291.27º75.34%14.31%-
HSV(B)291.27º85.94%25.1%-
XYZ2.651.414.98-
YUV29.32147.57147.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=43.41%
G=6.98%
B=49.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal569640.130.8600.75291.2775.3414.31
Hex38940D5604B1234be
Octal701110015126011344311316
Binary11100010011000000110110101100100101110010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380940; }

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

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

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

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

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

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

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

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