#30043A

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

Shades of Blackcurrant #30043A

Tints of Blackcurrant #30043A

Color information

#30043A (or 0x30043A) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 3A. RGB value is (48,4,58). Sum of RGB (Red+Green+Blue) = 48+4+58=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #30043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30043A is #CFFBC5. Grayscale: #171717. Windows color (decimal): -13630406 or 3802160. OLE color: 3802160.

HSL color Cylindrical-coordinate representation of color #30043A: hue angle of 288.89º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30043A is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB48458-
CMYK0.170.9300.77
HSL288.89º87.1%12.16%-
HSV(B)288.89º93.1%22.75%-
XYZ2.031.024.09-
YUV23.31147.58145.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 58 (23.05% from 255) = 52.73%
R=43.64%
G=3.64%
B=52.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal484580.170.9300.77288.8987.112.16
Hex3043A115D04D12157c
Octal6047221135011544112714
Binary1100001001110101000110111010100110110010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,4,58); }

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

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

 a { background-color: rgb(48,4,58); }

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

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

 span { border-color: rgb(48,4,58); }

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