#30094C

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

Shades of Blackcurrant #30094C

Tints of Blackcurrant #30094C

Color information

#30094C (or 0x30094C) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 4C. RGB value is (48,9,76). Sum of RGB (Red+Green+Blue) = 48+9+76=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #30094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30094C is #CFF6B3. Grayscale: #1C1C1C. Windows color (decimal): -13629108 or 4983088. OLE color: 4983088.

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

Color convert

RGB48976-
CMYK0.370.8800.70
HSL274.93º78.82%16.67%-
HSV(B)274.93º88.16%29.8%-
XYZ2.621.356.96-
YUV28.3154.92142.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=36.09%
G=6.77%
B=57.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal489760.370.8800.70274.9378.8216.67
Hex3094C25580461134f11
Octal601111445130010642311721
Binary11000010011001100100101101100001000110100010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30094C; }

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

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

<style>
 a { background-color: #30094C; }

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

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

<style>
 span { border-color: #30094C; }

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

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