#30044B

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

Shades of Blackcurrant #30044B

Tints of Blackcurrant #30044B

Color information

#30044B (or 0x30044B) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 4B. RGB value is (48,4,75). Sum of RGB (Red+Green+Blue) = 48+4+75=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #30044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30044B is #CFFBB4. Grayscale: #191919. Windows color (decimal): -13630389 or 4916272. OLE color: 4916272.

HSL color Cylindrical-coordinate representation of color #30044B: hue angle of 277.18º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30044B is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB48475-
CMYK0.360.9500.71
HSL277.18º89.87%15.49%-
HSV(B)277.18º94.67%29.41%-
XYZ2.531.226.76-
YUV25.25156.08144.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=37.80%
G=3.15%
B=59.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal484750.360.9500.71277.1889.8715.49
Hex3044B245F0471155af
Octal60411344137010742513217
Binary110000100100101110010010111110100011110001010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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