#381150

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

Shades of Blackcurrant #381150

Tints of Blackcurrant #381150

Color information

#381150 (or 0x381150) is unknown color: approx Blackcurrant. HEX triplet: 38, 11 and 50. RGB value is (56,17,80). Sum of RGB (Red+Green+Blue) = 56+17+80=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #381150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381150 is #C7EEAF. Grayscale: #232323. Windows color (decimal): -13102768 or 5247288. OLE color: 5247288.

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

Color convert

RGB561780-
CMYK0.300.7900.69
HSL277.14º64.95%19.02%-
HSV(B)277.14º78.75%31.37%-
XYZ3.281.827.77-
YUV35.84152.92142.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=36.60%
G=11.11%
B=52.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5617800.300.7900.69277.1464.9519.02
Hex3811501E4F0451154113
Octal702112036117010542510123
Binary11100010001101000011110100111101000101100010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381150; }

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

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

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

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

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

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

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

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