#300340

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

Shades of Blackcurrant #300340

Tints of Blackcurrant #300340

Color information

#300340 (or 0x300340) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 40. RGB value is (48,3,64). Sum of RGB (Red+Green+Blue) = 48+3+64=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #300340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300340 is #CFFCBF. Grayscale: #171717. Windows color (decimal): -13630656 or 4195120. OLE color: 4195120.

HSL color Cylindrical-coordinate representation of color #300340: hue angle of 284.26º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300340 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB48364-
CMYK0.250.9500.75
HSL284.26º91.04%13.14%-
HSV(B)284.26º95.31%25.1%-
XYZ2.181.064.94-
YUV23.41150.91145.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=41.74%
G=2.61%
B=55.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal483640.250.9500.75284.2691.0413.14
Hex30340195F04B11c5bd
Octal60310031137011343413315
Binary1100001110000001100110111110100101110001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300340; }

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

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

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

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

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

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

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

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