#381340

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

Shades of Blackcurrant #381340

Tints of Blackcurrant #381340

Color information

#381340 (or 0x381340) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 40. RGB value is (56,19,64). Sum of RGB (Red+Green+Blue) = 56+19+64=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #381340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381340 is #C7ECBF. Grayscale: #232323. Windows color (decimal): -13102272 or 4199224. OLE color: 4199224.

HSL color Cylindrical-coordinate representation of color #381340: hue angle of 289.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381340 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB561964-
CMYK0.130.7000.75
HSL289.33º54.22%16.27%-
HSV(B)289.33º70.31%25.1%-
XYZ2.791.685.03-
YUV35.19144.26142.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=40.29%
G=13.67%
B=46.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5619640.130.7000.75289.3354.2216.27
Hex381340D4604B1213610
Octal70231001510601134416620
Binary111000100111000000110110001100100101110010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381340; }

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

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

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

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

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

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

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

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