#380357

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

Shades of Blackcurrant #380357

Tints of Blackcurrant #380357

Color information

#380357 (or 0x380357) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 57. RGB value is (56,3,87). Sum of RGB (Red+Green+Blue) = 56+3+87=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #380357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380357 is #C7FCA8. Grayscale: #1C1C1C. Windows color (decimal): -13106345 or 5702456. OLE color: 5702456.

HSL color Cylindrical-coordinate representation of color #380357: hue angle of 277.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380357 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB56387-
CMYK0.360.9700.66
HSL277.86º93.33%17.65%-
HSV(B)277.86º96.55%34.12%-
XYZ3.381.599.15-
YUV28.42161.06147.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 87 (34.38% from 255) = 59.59%
R=38.36%
G=2.05%
B=59.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal563870.360.9700.66277.8693.3317.65
Hex3835724610421165d12
Octal70312744141010242613522
Binary111000111010111100100110000101000010100010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380357; }

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

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

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

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

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

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

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

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