#381747

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

Shades of Blackcurrant #381747

Tints of Blackcurrant #381747

Color information

#381747 (or 0x381747) is unknown color: approx Blackcurrant. HEX triplet: 38, 17 and 47. RGB value is (56,23,71). Sum of RGB (Red+Green+Blue) = 56+23+71=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #381747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381747 is #C7E8B8. Grayscale: #262626. Windows color (decimal): -13101241 or 4659000. OLE color: 4659000.

HSL color Cylindrical-coordinate representation of color #381747: hue angle of 281.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381747 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB562371-
CMYK0.210.6800.72
HSL281.25º51.06%18.43%-
HSV(B)281.25º67.61%27.84%-
XYZ3.071.916.17-
YUV38.34146.43140.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=37.33%
G=15.33%
B=47.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5623710.210.6800.72281.2551.0618.43
Hex38174715440481193312
Octal70271072510401104316322
Binary1110001011110001111010110001000100100010001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381747; }

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

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

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

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

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

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

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

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