#300251

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

Shades of Blackcurrant #300251

Tints of Blackcurrant #300251

Color information

#300251 (or 0x300251) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 51. RGB value is (48,2,81). Sum of RGB (Red+Green+Blue) = 48+2+81=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #300251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300251 is #CFFDAE. Grayscale: #181818. Windows color (decimal): -13630895 or 5308976. OLE color: 5308976.

HSL color Cylindrical-coordinate representation of color #300251: hue angle of 274.94º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300251 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB48281-
CMYK0.410.9800.68
HSL274.94º95.18%16.27%-
HSV(B)274.94º97.53%31.76%-
XYZ2.731.277.89-
YUV24.76159.74144.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=36.64%
G=1.53%
B=61.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482810.410.9800.68274.9495.1816.27
Hex3025129620441135f10
Octal60212151142010442313720
Binary110000101010001101001110001001000100100010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300251; }

 p { color: rgb(48,2,81); }

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

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

 a { background-color: rgb(48,2,81); }

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

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

 span { border-color: rgb(48,2,81); }

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