#30064c

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

Shades of Blackcurrant #30064C

Tints of Blackcurrant #30064C

Color information

#30064C (or 0x30064C) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 4C. RGB value is (48,6,76). Sum of RGB (Red+Green+Blue) = 48+6+76=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #30064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30064C is #CFF9B3. Grayscale: #1A1A1A. Windows color (decimal): -13629876 or 4982320. OLE color: 4982320.

HSL color Cylindrical-coordinate representation of color #30064C: hue angle of 276º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30064C is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB48676-
CMYK0.370.9200.70
HSL276º85.37%16.08%-
HSV(B)276º92.11%29.8%-
XYZ2.591.286.95-
YUV26.54155.91143.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=36.92%
G=4.62%
B=58.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal486760.370.9200.7027685.3716.08
Hex3064C255C0461145510
Octal60611445134010642412520
Binary1100001101001100100101101110001000110100010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30064c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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