#380841

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

Shades of Blackcurrant #380841

Tints of Blackcurrant #380841

Color information

#380841 (or 0x380841) is unknown color: approx Blackcurrant. HEX triplet: 38, 08 and 41. RGB value is (56,8,65). Sum of RGB (Red+Green+Blue) = 56+8+65=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #380841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380841 is #C7F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13105087 or 4261944. OLE color: 4261944.

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

Color convert

RGB56865-
CMYK0.140.8800.75
HSL290.53º78.08%14.31%-
HSV(B)290.53º87.69%25.49%-
XYZ2.671.45.13-
YUV28.85148.4147.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=43.41%
G=6.20%
B=50.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal568650.140.8800.75290.5378.0814.31
Hex38841E5804B1234ee
Octal701010116130011344311616
Binary11100010001000001111010110000100101110010001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380841; }

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

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

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

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

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

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

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

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