#30054A

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

Shades of Blackcurrant #30054A

Tints of Blackcurrant #30054A

Color information

#30054A (or 0x30054A) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 4A. RGB value is (48,5,74). Sum of RGB (Red+Green+Blue) = 48+5+74=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #30054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30054A is #CFFAB5. Grayscale: #191919. Windows color (decimal): -13630134 or 4850992. OLE color: 4850992.

HSL color Cylindrical-coordinate representation of color #30054A: hue angle of 277.39º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30054A is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB48574-
CMYK0.350.9300.71
HSL277.39º87.34%15.49%-
HSV(B)277.39º93.24%29.02%-
XYZ2.511.236.58-
YUV25.72155.25143.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 74 (29.30% from 255) = 58.27%
R=37.80%
G=3.94%
B=58.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal485740.350.9300.71277.3987.3415.49
Hex3054A235D04711557f
Octal60511243135010742512717
Binary110000101100101010001110111010100011110001010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30054A; }

 p { color: rgb(48,5,74); }

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

<style>
 a { background-color: #30054A; }

 a { background-color: rgb(48,5,74); }

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

<style>
 span { border-color: #30054A; }

 span { border-color: rgb(48,5,74); }

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