#380641

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

Shades of Blackcurrant #380641

Tints of Blackcurrant #380641

Color information

#380641 (or 0x380641) is unknown color: approx Blackcurrant. HEX triplet: 38, 06 and 41. RGB value is (56,6,65). Sum of RGB (Red+Green+Blue) = 56+6+65=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #380641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380641 is #C7F9BE. Grayscale: #1B1B1B. Windows color (decimal): -13105599 or 4261432. OLE color: 4261432.

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

Color convert

RGB56665-
CMYK0.140.9100.75
HSL290.85º83.1%13.92%-
HSV(B)290.85º90.77%25.49%-
XYZ2.651.355.12-
YUV27.68149.06148.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=44.09%
G=4.72%
B=51.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566650.140.9100.75290.8583.113.92
Hex38641E5B04B12353e
Octal70610116133011344312316
Binary1110001101000001111010110110100101110010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380641; }

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

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

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

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

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

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

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

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