#30093A

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

Shades of Blackcurrant #30093A

Tints of Blackcurrant #30093A

Color information

#30093A (or 0x30093A) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 3A. RGB value is (48,9,58). Sum of RGB (Red+Green+Blue) = 48+9+58=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #30093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30093A is #CFF6C5. Grayscale: #1A1A1A. Windows color (decimal): -13629126 or 3803440. OLE color: 3803440.

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

Color convert

RGB48958-
CMYK0.170.8400.77
HSL287.76º73.13%13.14%-
HSV(B)287.76º84.48%22.75%-
XYZ2.081.134.11-
YUV26.25145.92143.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=41.74%
G=7.83%
B=50.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal489580.170.8400.77287.7673.1313.14
Hex3093A115404D12049d
Octal60117221124011544011115
Binary11000010011110101000110101000100110110010000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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