#300254

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

Shades of Blackcurrant #300254

Tints of Blackcurrant #300254

Color information

#300254 (or 0x300254) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 54. RGB value is (48,2,84). Sum of RGB (Red+Green+Blue) = 48+2+84=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #300254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300254 is #CFFDAB. Grayscale: #181818. Windows color (decimal): -13630892 or 5505584. OLE color: 5505584.

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

Color convert

RGB48284-
CMYK0.430.9800.67
HSL273.66º95.35%16.86%-
HSV(B)273.66º97.62%32.94%-
XYZ2.841.318.49-
YUV25.1161.24144.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 84 (33.20% from 255) = 62.69%
R=35.82%
G=1.49%
B=62.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal482840.430.9800.67273.6695.3516.86
Hex302542B620431125f11
Octal60212453142010342213721
Binary110000101010100101011110001001000011100010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300254; }

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

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

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

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

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

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

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

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