#381047

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

Shades of Blackcurrant #381047

Tints of Blackcurrant #381047

Color information

#381047 (or 0x381047) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 47. RGB value is (56,16,71). Sum of RGB (Red+Green+Blue) = 56+16+71=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #381047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381047 is #C7EFB8. Grayscale: #222222. Windows color (decimal): -13103033 or 4657208. OLE color: 4657208.

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

Color convert

RGB561671-
CMYK0.210.7700.72
HSL283.64º63.22%17.06%-
HSV(B)283.64º77.46%27.84%-
XYZ2.951.676.13-
YUV34.23148.75143.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=39.16%
G=11.19%
B=49.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5616710.210.7700.72283.6463.2217.06
Hex381047154D04811c3f11
Octal70201072511501104347721
Binary1110001000010001111010110011010100100010001110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381047; }

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

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

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

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

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

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

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

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