#380241

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

Shades of Blackcurrant #380241

Tints of Blackcurrant #380241

Color information

#380241 (or 0x380241) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 41. RGB value is (56,2,65). Sum of RGB (Red+Green+Blue) = 56+2+65=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #380241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380241 is #C7FDBE. Grayscale: #191919. Windows color (decimal): -13106623 or 4260408. OLE color: 4260408.

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

Color convert

RGB56265-
CMYK0.140.9700.75
HSL291.43º94.03%13.14%-
HSV(B)291.43º96.92%25.49%-
XYZ2.611.275.11-
YUV25.33150.39149.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=45.53%
G=1.63%
B=52.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal562650.140.9700.75291.4394.0313.14
Hex38241E6104B1235ed
Octal70210116141011344313615
Binary111000101000001111011000010100101110010001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380241; }

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

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

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

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

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

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

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

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