#380942

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

Shades of Blackcurrant #380942

Tints of Blackcurrant #380942

Color information

#380942 (or 0x380942) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 42. RGB value is (56,9,66). Sum of RGB (Red+Green+Blue) = 56+9+66=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #380942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380942 is #C7F6BD. Grayscale: #1D1D1D. Windows color (decimal): -13104830 or 4327736. OLE color: 4327736.

HSL color Cylindrical-coordinate representation of color #380942: hue angle of 289.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380942 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB56966-
CMYK0.150.8600.74
HSL289.47º76%14.71%-
HSV(B)289.47º86.36%25.88%-
XYZ2.711.435.29-
YUV29.55148.57146.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 66 (26.17% from 255) = 50.38%
R=42.75%
G=6.87%
B=50.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal569660.150.8600.74289.477614.71
Hex38942F5604A1214cf
Octal701110217126011244111417
Binary11100010011000010111110101100100101010010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380942; }

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

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

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

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

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

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

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

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