#380350

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

Shades of Blackcurrant #380350

Tints of Blackcurrant #380350

Color information

#380350 (or 0x380350) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 50. RGB value is (56,3,80). Sum of RGB (Red+Green+Blue) = 56+3+80=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #380350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380350 is #C7FCAF. Grayscale: #1B1B1B. Windows color (decimal): -13106352 or 5243704. OLE color: 5243704.

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

Color convert

RGB56380-
CMYK0.300.9600.69
HSL281.3º92.77%16.27%-
HSV(B)281.3º96.25%31.37%-
XYZ3.111.497.71-
YUV27.62157.56148.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=40.29%
G=2.16%
B=57.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal563800.300.9600.69281.392.7716.27
Hex383501E600451195d10
Octal70312036140010543113520
Binary11100011101000011110110000001000101100011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380350; }

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

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

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

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

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

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

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

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