#381350

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

Shades of Blackcurrant #381350

Tints of Blackcurrant #381350

Color information

#381350 (or 0x381350) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 50. RGB value is (56,19,80). Sum of RGB (Red+Green+Blue) = 56+19+80=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #381350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381350 is #C7ECAF. Grayscale: #242424. Windows color (decimal): -13102256 or 5247800. OLE color: 5247800.

HSL color Cylindrical-coordinate representation of color #381350: hue angle of 276.39º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381350 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB561980-
CMYK0.300.7600.69
HSL276.39º61.62%19.41%-
HSV(B)276.39º76.25%31.37%-
XYZ3.311.897.78-
YUV37.02152.26141.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=36.13%
G=12.26%
B=51.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5619800.300.7600.69276.3961.6219.41
Hex3813501E4C0451143e13
Octal70231203611401054247623
Binary1110001001110100001111010011000100010110001010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381350; }

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

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

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

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

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

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

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

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