#300941

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

Shades of Blackcurrant #300941

Tints of Blackcurrant #300941

Color information

#300941 (or 0x300941) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 41. RGB value is (48,9,65). Sum of RGB (Red+Green+Blue) = 48+9+65=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #300941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300941 is #CFF6BE. Grayscale: #1A1A1A. Windows color (decimal): -13629119 or 4262192. OLE color: 4262192.

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

Color convert

RGB48965-
CMYK0.260.8600.75
HSL281.79º75.68%14.51%-
HSV(B)281.79º86.15%25.49%-
XYZ2.271.215.11-
YUV27.04149.42142.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=39.34%
G=7.38%
B=53.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal489650.260.8600.75281.7975.6814.51
Hex309411A5604B11a4cf
Octal601110132126011343211417
Binary110000100110000011101010101100100101110001101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300941; }

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

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

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

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

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

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

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

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