#380450

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

Shades of Blackcurrant #380450

Tints of Blackcurrant #380450

Color information

#380450 (or 0x380450) is unknown color: approx Blackcurrant. HEX triplet: 38, 04 and 50. RGB value is (56,4,80). Sum of RGB (Red+Green+Blue) = 56+4+80=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #380450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380450 is #C7FBAF. Grayscale: #1B1B1B. Windows color (decimal): -13106096 or 5243960. OLE color: 5243960.

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

Color convert

RGB56480-
CMYK0.300.9500.69
HSL281.05º90.48%16.47%-
HSV(B)281.05º95%31.37%-
XYZ3.121.517.72-
YUV28.21157.23147.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=40%
G=2.86%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal564800.300.9500.69281.0590.4816.47
Hex384501E5F0451195a10
Octal70412036137010543113220
Binary111000100101000011110101111101000101100011001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380450; }

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

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

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

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

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

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

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

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