#30094B

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

Shades of Blackcurrant #30094B

Tints of Blackcurrant #30094B

Color information

#30094B (or 0x30094B) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 4B. RGB value is (48,9,75). Sum of RGB (Red+Green+Blue) = 48+9+75=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #30094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30094B is #CFF6B4. Grayscale: #1B1B1B. Windows color (decimal): -13629109 or 4917552. OLE color: 4917552.

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

Color convert

RGB48975-
CMYK0.360.8800.71
HSL275.45º78.57%16.47%-
HSV(B)275.45º88%29.41%-
XYZ2.591.336.78-
YUV28.18154.42142.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=36.36%
G=6.82%
B=56.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal489750.360.8800.71275.4578.5716.47
Hex3094B24580471134f10
Octal601111344130010742311720
Binary11000010011001011100100101100001000111100010011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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