#300144

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

Shades of Blackcurrant #300144

Tints of Blackcurrant #300144

Color information

#300144 (or 0x300144) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 44. RGB value is (48,1,68). Sum of RGB (Red+Green+Blue) = 48+1+68=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #300144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300144 is #CFFEBB. Grayscale: #161616. Windows color (decimal): -13631164 or 4456752. OLE color: 4456752.

HSL color Cylindrical-coordinate representation of color #300144: hue angle of 282.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300144 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB48168-
CMYK0.290.9900.73
HSL282.09º97.1%13.53%-
HSV(B)282.09º98.53%26.67%-
XYZ2.271.075.56-
YUV22.69153.57146.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 68 (26.95% from 255) = 58.12%
R=41.03%
G=0.85%
B=58.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal481680.290.9900.73282.0997.113.53
Hex301441D6304911a61e
Octal60110435143011143214116
Binary110000110001001110111000110100100110001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300144; }

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

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

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

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

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

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

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

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