#300353

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

Shades of Blackcurrant #300353

Tints of Blackcurrant #300353

Color information

#300353 (or 0x300353) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 53. RGB value is (48,3,83). Sum of RGB (Red+Green+Blue) = 48+3+83=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #300353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300353 is #CFFCAC. Grayscale: #191919. Windows color (decimal): -13630637 or 5440304. OLE color: 5440304.

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

Color convert

RGB48383-
CMYK0.420.9600.67
HSL273.75º93.02%16.86%-
HSV(B)273.75º96.39%32.55%-
XYZ2.811.328.29-
YUV25.58160.41144-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 83 (32.81% from 255) = 61.94%
R=35.82%
G=2.24%
B=61.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483830.420.9600.67273.7593.0216.86
Hex303532A600431125d11
Octal60312352140010342213521
Binary110000111010011101010110000001000011100010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300353; }

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

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

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

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

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

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

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

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