#380258

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

Shades of Blackcurrant #380258

Tints of Blackcurrant #380258

Color information

#380258 (or 0x380258) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 58. RGB value is (56,2,88). Sum of RGB (Red+Green+Blue) = 56+2+88=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #380258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380258 is #C7FDA7. Grayscale: #1B1B1B. Windows color (decimal): -13106600 or 5767736. OLE color: 5767736.

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

Color convert

RGB56288-
CMYK0.360.9800.65
HSL277.67º95.56%17.65%-
HSV(B)277.67º97.73%34.51%-
XYZ3.411.599.36-
YUV27.95161.89148.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=38.36%
G=1.37%
B=60.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal562880.360.9800.65277.6795.5617.65
Hex3825824620411166012
Octal70213044142010142614022
Binary111000101011000100100110001001000001100010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380258; }

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

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

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

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

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

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

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

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