#380150

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

Shades of Blackcurrant #380150

Tints of Blackcurrant #380150

Color information

#380150 (or 0x380150) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 50. RGB value is (56,1,80). Sum of RGB (Red+Green+Blue) = 56+1+80=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #380150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380150 is #C7FEAF. Grayscale: #1A1A1A. Windows color (decimal): -13106864 or 5243192. OLE color: 5243192.

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

Color convert

RGB56180-
CMYK0.300.9900.69
HSL281.77º97.53%15.88%-
HSV(B)281.77º98.75%31.37%-
XYZ3.091.447.7-
YUV26.45158.22149.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=40.88%
G=0.73%
B=58.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal561800.300.9900.69281.7797.5315.88
Hex381501E6304511a6210
Octal70112036143010543214220
Binary1110001101000011110110001101000101100011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380150; }

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

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

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

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

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

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

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

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