#30064E

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

Shades of Blackcurrant #30064E

Tints of Blackcurrant #30064E

Color information

#30064E (or 0x30064E) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 4E. RGB value is (48,6,78). Sum of RGB (Red+Green+Blue) = 48+6+78=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #30064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30064E is #CFF9B1. Grayscale: #1A1A1A. Windows color (decimal): -13629874 or 5113392. OLE color: 5113392.

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

Color convert

RGB48678-
CMYK0.380.9200.69
HSL275º85.71%16.47%-
HSV(B)275º92.31%30.59%-
XYZ2.661.317.32-
YUV26.77156.91143.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=36.36%
G=4.55%
B=59.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal486780.380.9200.6927585.7116.47
Hex3064E265C0451135610
Octal60611646134010542312620
Binary1100001101001110100110101110001000101100010011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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