#30014E

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

Shades of Blackcurrant #30014E

Tints of Blackcurrant #30014E

Color information

#30014E (or 0x30014E) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 4E. RGB value is (48,1,78). Sum of RGB (Red+Green+Blue) = 48+1+78=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #30014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30014E is #CFFEB1. Grayscale: #171717. Windows color (decimal): -13631154 or 5112112. OLE color: 5112112.

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

Color convert

RGB48178-
CMYK0.380.9900.69
HSL276.62º97.47%15.49%-
HSV(B)276.62º98.72%30.59%-
XYZ2.61.27.3-
YUV23.83158.57145.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=37.80%
G=0.79%
B=61.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal481780.380.9900.69276.6297.4715.49
Hex3014E266304511561f
Octal60111646143010542514117
Binary1100001100111010011011000110100010110001010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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