#30064F

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

Shades of Blackcurrant #30064F

Tints of Blackcurrant #30064F

Color information

#30064F (or 0x30064F) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 4F. RGB value is (48,6,79). Sum of RGB (Red+Green+Blue) = 48+6+79=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #30064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30064F is #CFF9B0. Grayscale: #1A1A1A. Windows color (decimal): -13629873 or 5178928. OLE color: 5178928.

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

Color convert

RGB48679-
CMYK0.390.9200.69
HSL274.52º85.88%16.67%-
HSV(B)274.52º92.41%30.98%-
XYZ2.71.327.51-
YUV26.88157.41143.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=36.09%
G=4.51%
B=59.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal486790.390.9200.69274.5285.8816.67
Hex3064F275C0451135611
Octal60611747134010542312621
Binary1100001101001111100111101110001000101100010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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