#381541

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

Shades of Blackcurrant #381541

Tints of Blackcurrant #381541

Color information

#381541 (or 0x381541) is unknown color: approx Blackcurrant. HEX triplet: 38, 15 and 41. RGB value is (56,21,65). Sum of RGB (Red+Green+Blue) = 56+21+65=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #381541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381541 is #C7EABE. Grayscale: #242424. Windows color (decimal): -13101759 or 4265272. OLE color: 4265272.

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

Color convert

RGB562165-
CMYK0.140.6800.75
HSL287.73º51.16%16.86%-
HSV(B)287.73º67.69%25.49%-
XYZ2.851.765.19-
YUV36.48144.1141.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=39.44%
G=14.79%
B=45.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5621650.140.6800.75287.7351.1616.86
Hex381541E4404B1203311
Octal70251011610401134406321
Binary111000101011000001111010001000100101110010000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381541; }

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

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

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

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

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

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

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

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