#30143A

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

Shades of Blackcurrant #30143A

Tints of Blackcurrant #30143A

Color information

#30143A (or 0x30143A) is unknown color: approx Blackcurrant. HEX triplet: 30, 14 and 3A. RGB value is (48,20,58). Sum of RGB (Red+Green+Blue) = 48+20+58=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #30143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30143A is #CFEBC5. Grayscale: #202020. Windows color (decimal): -13626310 or 3806256. OLE color: 3806256.

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

Color convert

RGB482058-
CMYK0.170.6600.77
HSL284.21º48.72%15.29%-
HSV(B)284.21º65.52%22.75%-
XYZ2.231.434.16-
YUV32.7142.28138.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=38.10%
G=15.87%
B=46.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4820580.170.6600.77284.2148.7215.29
Hex30143A114204D11c31f
Octal6024722110201154346117
Binary11000010100111010100011000010010011011000111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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