#380651

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

Shades of Blackcurrant #380651

Tints of Blackcurrant #380651

Color information

#380651 (or 0x380651) is unknown color: approx Blackcurrant. HEX triplet: 38, 06 and 51. RGB value is (56,6,81). Sum of RGB (Red+Green+Blue) = 56+6+81=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #380651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380651 is #C7F9AE. Grayscale: #1D1D1D. Windows color (decimal): -13105583 or 5310008. OLE color: 5310008.

HSL color Cylindrical-coordinate representation of color #380651: hue angle of 280º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380651 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56681-
CMYK0.310.9300.68
HSL280º86.21%17.06%-
HSV(B)280º92.59%31.76%-
XYZ3.181.577.92-
YUV29.5157.06146.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=39.16%
G=4.20%
B=56.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal566810.310.9300.6828086.2117.06
Hex386511F5D0441185611
Octal70612137135010443012621
Binary111000110101000111111101110101000100100011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380651; }

 p { color: rgb(56,6,81); }

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

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

 a { background-color: rgb(56,6,81); }

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

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

 span { border-color: rgb(56,6,81); }

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