#300653

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

Shades of Blackcurrant #300653

Tints of Blackcurrant #300653

Color information

#300653 (or 0x300653) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 53. RGB value is (48,6,83). Sum of RGB (Red+Green+Blue) = 48+6+83=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #300653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300653 is #CFF9AC. Grayscale: #1B1B1B. Windows color (decimal): -13629869 or 5441072. OLE color: 5441072.

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

Color convert

RGB48683-
CMYK0.420.9300.67
HSL272.73º86.52%17.45%-
HSV(B)272.73º92.77%32.55%-
XYZ2.851.388.3-
YUV27.34159.41142.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=35.04%
G=4.38%
B=60.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal486830.420.9300.67272.7386.5217.45
Hex306532A5D0431115711
Octal60612352135010342112721
Binary1100001101010011101010101110101000011100010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300653; }

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

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

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

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

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

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

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

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