#380058

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

Shades of Blackcurrant #380058

Tints of Blackcurrant #380058

Color information

#380058 (or 0x380058) is unknown color: approx Blackcurrant. HEX triplet: 38, 00 and 58. RGB value is (56,0,88). Sum of RGB (Red+Green+Blue) = 56+0+88=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #380058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380058 is #C7FFA7. Grayscale: #1A1A1A. Windows color (decimal): -13107112 or 5767224. OLE color: 5767224.

HSL color Cylindrical-coordinate representation of color #380058: hue angle of 278.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380058 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56088-
CMYK0.36100.65
HSL278.18º100%17.25%-
HSV(B)278.18º100%34.51%-
XYZ3.391.559.35-
YUV26.78162.55148.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=38.89%
G=0%
B=61.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal560880.36100.65278.1810017.25
Hex3805824640411166411
Octal70013044144010142614421
Binary11100001011000100100110010001000001100010110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380058; }

 p { color: rgb(56,0,88); }

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

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

 a { background-color: rgb(56,0,88); }

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

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

 span { border-color: rgb(56,0,88); }

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