#30013A

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

Shades of Blackcurrant #30013A

Tints of Blackcurrant #30013A

Color information

#30013A (or 0x30013A) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 3A. RGB value is (48,1,58). Sum of RGB (Red+Green+Blue) = 48+1+58=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #30013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013A is #CFFEC5. Grayscale: #151515. Windows color (decimal): -13631174 or 3801392. OLE color: 3801392.

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

Color convert

RGB48158-
CMYK0.170.9800.77
HSL289.47º96.61%11.57%-
HSV(B)289.47º98.28%22.75%-
XYZ1.990.964.08-
YUV21.55148.57146.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 58 (23.05% from 255) = 54.21%
R=44.86%
G=0.93%
B=54.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal481580.170.9800.77289.4796.6111.57
Hex3013A116204D12161c
Octal6017221142011544114114
Binary11000011110101000111000100100110110010000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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