#381447

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

Shades of Blackcurrant #381447

Tints of Blackcurrant #381447

Color information

#381447 (or 0x381447) is unknown color: approx Blackcurrant. HEX triplet: 38, 14 and 47. RGB value is (56,20,71). Sum of RGB (Red+Green+Blue) = 56+20+71=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #381447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381447 is #C7EBB8. Grayscale: #242424. Windows color (decimal): -13102009 or 4658232. OLE color: 4658232.

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

Color convert

RGB562071-
CMYK0.210.7200.72
HSL282.35º56.04%17.84%-
HSV(B)282.35º71.83%27.84%-
XYZ3.021.86.15-
YUV36.58147.43141.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=38.10%
G=13.61%
B=48.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5620710.210.7200.72282.3556.0417.84
Hex381447154804811a3812
Octal70241072511001104327022
Binary1110001010010001111010110010000100100010001101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381447; }

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

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

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

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

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

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

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

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