#300940

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

Shades of Blackcurrant #300940

Tints of Blackcurrant #300940

Color information

#300940 (or 0x300940) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 40. RGB value is (48,9,64). Sum of RGB (Red+Green+Blue) = 48+9+64=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #300940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300940 is #CFF6BF. Grayscale: #1A1A1A. Windows color (decimal): -13629120 or 4196656. OLE color: 4196656.

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

Color convert

RGB48964-
CMYK0.250.8600.75
HSL282.55º75.34%14.31%-
HSV(B)282.55º85.94%25.1%-
XYZ2.241.194.96-
YUV26.93148.92143.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=39.67%
G=7.44%
B=52.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal489640.250.8600.75282.5575.3414.31
Hex30940195604B11b4be
Octal601110031126011343311316
Binary110000100110000001100110101100100101110001101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300940; }

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

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

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

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

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

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

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

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