#300D50

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

Shades of Blackcurrant #300D50

Tints of Blackcurrant #300D50

Color information

#300D50 (or 0x300D50) is unknown color: approx Blackcurrant. HEX triplet: 30, 0D and 50. RGB value is (48,13,80). Sum of RGB (Red+Green+Blue) = 48+13+80=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #300D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D50 is #CFF2AF. Grayscale: #1E1E1E. Windows color (decimal): -13628080 or 5246256. OLE color: 5246256.

HSL color Cylindrical-coordinate representation of color #300D50: hue angle of 271.34º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300D50 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB481380-
CMYK0.400.8400.69
HSL271.34º72.04%18.24%-
HSV(B)271.34º83.75%31.37%-
XYZ2.811.57.73-
YUV31.1155.6140.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=34.04%
G=9.22%
B=56.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4813800.400.8400.69271.3472.0418.24
Hex30D50285404510f4812
Octal601512050124010541711022
Binary11000011011010000101000101010001000101100001111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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