#30044D

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

Shades of Blackcurrant #30044D

Tints of Blackcurrant #30044D

Color information

#30044D (or 0x30044D) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 4D. RGB value is (48,4,77). Sum of RGB (Red+Green+Blue) = 48+4+77=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #30044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30044D is #CFFBB2. Grayscale: #191919. Windows color (decimal): -13630387 or 5047344. OLE color: 5047344.

HSL color Cylindrical-coordinate representation of color #30044D: hue angle of 276.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30044D is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB48477-
CMYK0.380.9500.70
HSL276.16º90.12%15.88%-
HSV(B)276.16º94.81%30.2%-
XYZ2.61.257.13-
YUV25.48157.08144.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=37.21%
G=3.10%
B=59.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal484770.380.9500.70276.1690.1215.88
Hex3044D265F0461145a10
Octal60411546137010642413220
Binary1100001001001101100110101111101000110100010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30044D; }

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

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

<style>
 a { background-color: #30044D; }

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

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

<style>
 span { border-color: #30044D; }

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

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