#381346

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

Shades of Blackcurrant #381346

Tints of Blackcurrant #381346

Color information

#381346 (or 0x381346) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 46. RGB value is (56,19,70). Sum of RGB (Red+Green+Blue) = 56+19+70=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #381346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381346 is #C7ECB9. Grayscale: #232323. Windows color (decimal): -13102266 or 4592440. OLE color: 4592440.

HSL color Cylindrical-coordinate representation of color #381346: hue angle of 283.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381346 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB561970-
CMYK0.200.7300.73
HSL283.53º57.3%17.45%-
HSV(B)283.53º72.86%27.45%-
XYZ2.971.755.98-
YUV35.88147.26142.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=38.62%
G=13.10%
B=48.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5619700.200.7300.73283.5357.317.45
Hex381346144904911c3911
Octal70231062411101114347121
Binary1110001001110001101010010010010100100110001110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381346; }

 p { color: rgb(56,19,70); }

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

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

 a { background-color: rgb(56,19,70); }

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

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

 span { border-color: rgb(56,19,70); }

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