#300453

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

Shades of Blackcurrant #300453

Tints of Blackcurrant #300453

Color information

#300453 (or 0x300453) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 53. RGB value is (48,4,83). Sum of RGB (Red+Green+Blue) = 48+4+83=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #300453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300453 is #CFFBAC. Grayscale: #191919. Windows color (decimal): -13630381 or 5440560. OLE color: 5440560.

HSL color Cylindrical-coordinate representation of color #300453: hue angle of 273.42º 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 #300453 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48483-
CMYK0.420.9500.67
HSL273.42º90.8%17.06%-
HSV(B)273.42º95.18%32.55%-
XYZ2.821.348.29-
YUV26.16160.08143.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=35.56%
G=2.96%
B=61.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484830.420.9500.67273.4290.817.06
Hex304532A5F0431115b11
Octal60412352137010342113321
Binary1100001001010011101010101111101000011100010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300453; }

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

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

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

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

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

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

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

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