#300155

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

Shades of Blackcurrant #300155

Tints of Blackcurrant #300155

Color information

#300155 (or 0x300155) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 55. RGB value is (48,1,85). Sum of RGB (Red+Green+Blue) = 48+1+85=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #300155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300155 is #CFFEAA. Grayscale: #181818. Windows color (decimal): -13631147 or 5570864. OLE color: 5570864.

HSL color Cylindrical-coordinate representation of color #300155: hue angle of 273.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300155 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48185-
CMYK0.440.9900.67
HSL273.57º97.67%16.86%-
HSV(B)273.57º98.82%33.33%-
XYZ2.871.318.7-
YUV24.63162.07144.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=35.82%
G=0.75%
B=63.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal481850.440.9900.67273.5797.6716.86
Hex301552C630431126211
Octal60112554143010342214221
Binary11000011010101101100110001101000011100010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300155; }

 p { color: rgb(48,1,85); }

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

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

 a { background-color: rgb(48,1,85); }

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

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

 span { border-color: rgb(48,1,85); }

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