#300D4D

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

Shades of Blackcurrant #300D4D

Tints of Blackcurrant #300D4D

Color information

#300D4D (or 0x300D4D) is unknown color: approx Blackcurrant. HEX triplet: 30, 0D and 4D. RGB value is (48,13,77). Sum of RGB (Red+Green+Blue) = 48+13+77=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #300D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D4D is #CFF2B2. Grayscale: #1E1E1E. Windows color (decimal): -13628083 or 5049648. OLE color: 5049648.

HSL color Cylindrical-coordinate representation of color #300D4D: hue angle of 272.81º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300D4D is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB481377-
CMYK0.380.8300.70
HSL272.81º71.11%17.65%-
HSV(B)272.81º83.12%30.2%-
XYZ2.71.457.16-
YUV30.76154.1140.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=34.78%
G=9.42%
B=55.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4813770.380.8300.70272.8171.1117.65
Hex30D4D26530461114712
Octal601511546123010642110722
Binary11000011011001101100110101001101000110100010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D4D; }

 p { color: rgb(48,13,77); }

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

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

 a { background-color: rgb(48,13,77); }

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

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

 span { border-color: rgb(48,13,77); }

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