#381547

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

Shades of Blackcurrant #381547

Tints of Blackcurrant #381547

Color information

#381547 (or 0x381547) is unknown color: approx Blackcurrant. HEX triplet: 38, 15 and 47. RGB value is (56,21,71). Sum of RGB (Red+Green+Blue) = 56+21+71=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #381547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381547 is #C7EAB8. Grayscale: #252525. Windows color (decimal): -13101753 or 4658488. OLE color: 4658488.

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

Color convert

RGB562171-
CMYK0.210.7000.72
HSL282º54.35%18.04%-
HSV(B)282º70.42%27.84%-
XYZ3.041.836.15-
YUV37.16147.1141.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=37.84%
G=14.19%
B=47.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5621710.210.7000.7228254.3518.04
Hex381547154604811a3612
Octal70251072510601104326622
Binary1110001010110001111010110001100100100010001101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381547; }

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

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

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

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

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

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

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

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