#30074E

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

Shades of Blackcurrant #30074E

Tints of Blackcurrant #30074E

Color information

#30074E (or 0x30074E) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 4E. RGB value is (48,7,78). Sum of RGB (Red+Green+Blue) = 48+7+78=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #30074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30074E is #CFF8B1. Grayscale: #1B1B1B. Windows color (decimal): -13629618 or 5113648. OLE color: 5113648.

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

Color convert

RGB48778-
CMYK0.380.9100.69
HSL274.65º83.53%16.67%-
HSV(B)274.65º91.03%30.59%-
XYZ2.671.337.32-
YUV27.35156.58142.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=36.09%
G=5.26%
B=58.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal487780.380.9100.69274.6583.5316.67
Hex3074E265B0451135411
Octal60711646133010542312421
Binary1100001111001110100110101101101000101100010011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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