#380850

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

Shades of Blackcurrant #380850

Tints of Blackcurrant #380850

Color information

#380850 (or 0x380850) is unknown color: approx Blackcurrant. HEX triplet: 38, 08 and 50. RGB value is (56,8,80). Sum of RGB (Red+Green+Blue) = 56+8+80=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #380850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380850 is #C7F7AF. Grayscale: #1E1E1E. Windows color (decimal): -13105072 or 5244984. OLE color: 5244984.

HSL color Cylindrical-coordinate representation of color #380850: hue angle of 280º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380850 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB56880-
CMYK0.300.9000.69
HSL280º81.82%17.25%-
HSV(B)280º90%31.37%-
XYZ3.171.597.73-
YUV30.56155.9146.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=38.89%
G=5.56%
B=55.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal568800.300.9000.6928081.8217.25
Hex388501E5A0451185211
Octal701012036132010543012221
Binary1110001000101000011110101101001000101100011000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380850; }

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

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

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

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

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

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

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

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