#30014F

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

Shades of Blackcurrant #30014F

Tints of Blackcurrant #30014F

Color information

#30014F (or 0x30014F) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 4F. RGB value is (48,1,79). Sum of RGB (Red+Green+Blue) = 48+1+79=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #30014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30014F is #CFFEB0. Grayscale: #171717. Windows color (decimal): -13631153 or 5177648. OLE color: 5177648.

HSL color Cylindrical-coordinate representation of color #30014F: hue angle of 276.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30014F is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB48179-
CMYK0.390.9900.69
HSL276.15º97.5%15.69%-
HSV(B)276.15º98.73%30.98%-
XYZ2.641.217.49-
YUV23.94159.07145.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=37.5%
G=0.78%
B=61.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal481790.390.9900.69276.1597.515.69
Hex3014F27630451146210
Octal60111747143010542414220
Binary11000011001111100111110001101000101100010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30014F; }

 p { color: rgb(48,1,79); }

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

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

 a { background-color: rgb(48,1,79); }

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

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

 span { border-color: rgb(48,1,79); }

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