#300454

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

Shades of Blackcurrant #300454

Tints of Blackcurrant #300454

Color information

#300454 (or 0x300454) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 54. RGB value is (48,4,84). Sum of RGB (Red+Green+Blue) = 48+4+84=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #300454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300454 is #CFFBAB. Grayscale: #1A1A1A. Windows color (decimal): -13630380 or 5506096. OLE color: 5506096.

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

Color convert

RGB48484-
CMYK0.430.9500.67
HSL273º90.91%17.25%-
HSV(B)273º95.24%32.94%-
XYZ2.861.368.5-
YUV26.28160.58143.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=35.29%
G=2.94%
B=61.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484840.430.9500.6727390.9117.25
Hex304542B5F0431115b11
Octal60412453137010342113321
Binary1100001001010100101011101111101000011100010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300454; }

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

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

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

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

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

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

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

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