#381A49

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

Shades of Blackcurrant #381A49

Tints of Blackcurrant #381A49

Color information

#381A49 (or 0x381A49) is unknown color: approx Blackcurrant. HEX triplet: 38, 1A and 49. RGB value is (56,26,73). Sum of RGB (Red+Green+Blue) = 56+26+73=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #381A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A49 is #C7E5B6. Grayscale: #282828. Windows color (decimal): -13100471 or 4790840. OLE color: 4790840.

HSL color Cylindrical-coordinate representation of color #381A49: hue angle of 278.3º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381A49 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB562673-
CMYK0.230.6400.71
HSL278.3º47.47%19.41%-
HSV(B)278.3º64.38%28.63%-
XYZ3.22.066.53-
YUV40.33146.44139.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=36.13%
G=16.77%
B=47.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5626730.230.6400.71278.347.4719.41
Hex381A4917400471162f13
Octal70321112710001074265723
Binary1110001101010010011011110000000100011110001011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A49; }

 p { color: rgb(56,26,73); }

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

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

 a { background-color: rgb(56,26,73); }

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

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

 span { border-color: rgb(56,26,73); }

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