#381F47

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

Shades of Blackcurrant #381F47

Tints of Blackcurrant #381F47

Color information

#381F47 (or 0x381F47) is unknown color: approx Blackcurrant. HEX triplet: 38, 1F and 47. RGB value is (56,31,71). Sum of RGB (Red+Green+Blue) = 56+31+71=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #381F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F47 is #C7E0B8. Grayscale: #2A2A2A. Windows color (decimal): -13099193 or 4661048. OLE color: 4661048.

HSL color Cylindrical-coordinate representation of color #381F47: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #381F47 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563171-
CMYK0.210.5600.72
HSL277.5º39.22%20%-
HSV(B)277.5º56.34%27.84%-
XYZ3.262.286.23-
YUV43.04143.78137.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=35.44%
G=19.62%
B=44.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5631710.210.5600.72277.539.2220
Hex381F4715380481162714
Octal7037107257001104264724
Binary111000111111000111101011110000100100010001011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,31,71); }

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

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

 a { background-color: rgb(56,31,71); }

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

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

 span { border-color: rgb(56,31,71); }

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